From df9923de0752749545470d7828c0e7207209f963 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Tue, 10 Apr 2018 16:05:05 -0700 Subject: [PATCH] Fix link (#62) --- compute/vms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compute/vms.js b/compute/vms.js index a746d3ded5..6188927a94 100644 --- a/compute/vms.js +++ b/compute/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]