File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ app.enable('trust proxy');
25
25
26
26
// By default, the client will authenticate using the service account file
27
27
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
28
- // the project specified by the GCLOUD_PROJECT environment variable. See
29
- // https://googlecloudplatform. github.io/gcloud-node/#/docs/ google-cloud/latest/guides/ authentication
28
+ // the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
29
+ // https://github.com/GoogleCloudPlatform/ google-cloud-node/blob/master/docs/ authentication.md
30
30
// These environment variables are set automatically on Google App Engine
31
31
const Datastore = require ( '@google-cloud/datastore' ) ;
32
32
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const process = require('process'); // Required for mocking environment variable
25
25
// By default, the client will authenticate using the service account file
26
26
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
27
27
// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
28
- // https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication
28
+ // https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md
29
29
// These environment variables are set automatically on Google App Engine
30
30
const PubSub = require ( '@google-cloud/pubsub' ) ;
31
31
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ const bodyParser = require('body-parser');
25
25
26
26
// By default, the client will authenticate using the service account file
27
27
// specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use
28
- // the project specified by the GCLOUD_PROJECT environment variable. See
29
- // https://googlecloudplatform. github.io/gcloud-node/#/docs/ google-cloud/latest/guides/ authentication
28
+ // the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See
29
+ // https://github.com/GoogleCloudPlatform/ google-cloud-node/blob/master/docs/ authentication.md
30
30
// These environment variables are set automatically on Google App Engine
31
31
const Storage = require ( '@google-cloud/storage' ) ;
32
32
You can’t perform that action at this time.
0 commit comments