From 15aaa6dc12af90931a63be35ea383a3fa4520080 Mon Sep 17 00:00:00 2001 From: Campion Fellin Date: Wed, 28 Mar 2018 15:56:03 -0700 Subject: [PATCH] Fix comment URL 404 (#577) --- auth/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.js b/auth/auth.js index e7b58d6172..c27163fec4 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -54,7 +54,7 @@ function authCloudExplicit () { // Instantiates a client. Explicitly use service account credentials by // specifying the private key file. All clients in google-cloud-node have this - // helper, see https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/latest/guides/authentication + // helper, see https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/docs/authentication.md const storage = new Storage({ keyFilename: '/path/to/keyfile.json' });