Skip to content

Commit 1dcca1b

Browse files
committed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/common/src/util.js

+1-1
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

+1-1
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)