From 53e5ad9ea074c86da73e67ff75df778f18a857b0 Mon Sep 17 00:00:00 2001 From: campionfellin Date: Fri, 9 Mar 2018 22:30:23 -0800 Subject: [PATCH] Fix comment URL 404 --- auth/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth.js b/auth/auth.js index ffabfc0c76..fa44173667 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 = Storage({ keyFilename: '/path/to/keyfile.json' });