From 1d4e872d567dcda0afd85b698ac7c6ea15b898aa Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Tue, 10 Apr 2018 16:05:05 -0700 Subject: [PATCH] Fix link (#62) --- samples/vms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/vms.js b/samples/vms.js index a746d3de..6188927a 100644 --- a/samples/vms.js +++ b/samples/vms.js @@ -20,7 +20,7 @@ // 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 +// https://cloud.google.com/docs/authentication/production#providing_credentials_to_your_application const Compute = require('@google-cloud/compute'); // [END auth]