From 0bbac485498e9daf2c597d1d345019a105a7fb16 Mon Sep 17 00:00:00 2001 From: Eric Schmidt Date: Mon, 4 Feb 2019 13:23:52 -0800 Subject: [PATCH] Fix outdated URL in comment --- functions/log/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/log/index.js b/functions/log/index.js index 25ee10cf24..58f95f3ccc 100644 --- a/functions/log/index.js +++ b/functions/log/index.js @@ -27,7 +27,7 @@ exports.helloWorld = (req, res) => { // 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://github.com/googleapis/google-cloud-node/blob/master/docs/authentication.md const Logging = require('@google-cloud/logging'); function getLogEntries() { @@ -53,7 +53,7 @@ function getLogEntries() { // 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://github.com/googleapis/google-cloud-node/blob/master/docs/authentication.md const Monitoring = require('@google-cloud/monitoring'); function getMetrics(callback) {