Skip to content

File tree

packages/common/src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var errorMessage = format([
4848
'connection.'
4949
].join(' '), {
5050
baseUrl: 'https://googlecloudplatform.github.io/google-cloud-node/#',
51-
path: '/docs/guides/authentication'
51+
path: 'docs/guides/authentication'
5252
});
5353

5454
var missingProjectIdError = new Error(errorMessage);

packages/common/test/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('common/util', function() {
110110
'an authenticated connection.'
111111
].join(' '), {
112112
baseUrl: 'https://googlecloudplatform.github.io/google-cloud-node/#',
113-
path: '/docs/guides/authentication'
113+
path: 'docs/guides/authentication'
114114
});
115115

116116
var missingProjectIdError = new Error(errorMessage);

0 commit comments

Comments
 (0)