diff --git a/appengine/pubsub/app.js b/appengine/pubsub/app.js index 3b6a6d9308..777e68fca8 100644 --- a/appengine/pubsub/app.js +++ b/appengine/pubsub/app.js @@ -24,8 +24,8 @@ const process = require('process'); // Required for mocking environment variable // By default, the client will authenticate using the service account file // specified by the GOOGLE_APPLICATION_CREDENTIALS environment variable and use -// the project specified by the GCLOUD_PROJECT environment variable. See -// https://googlecloudplatform.github.io/gcloud-node/#/docs/google-cloud/latest/guides/authentication +// the project specified by the GOOGLE_CLOUD_PROJECT environment variable. See +// https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication // These environment variables are set automatically on Google App Engine const PubSub = require('@google-cloud/pubsub');