We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee64b07 commit 1dcca1bCopy full SHA for 1dcca1b
packages/common/src/util.js
@@ -48,7 +48,7 @@ var errorMessage = format([
48
'connection.'
49
].join(' '), {
50
baseUrl: 'https://googlecloudplatform.github.io/google-cloud-node/#',
51
- path: '/docs/guides/authentication'
+ path: 'docs/guides/authentication'
52
});
53
54
var missingProjectIdError = new Error(errorMessage);
packages/common/test/util.js
@@ -110,7 +110,7 @@ describe('common/util', function() {
110
'an authenticated connection.'
111
112
113
114
115
116
0 commit comments