From 7e556cb9ab8060283b05296191a211f9edc91983 Mon Sep 17 00:00:00 2001 From: Wes Tarle Date: Wed, 29 Jul 2026 21:02:53 +0000 Subject: [PATCH 1/2] docs: update outdated links in README template --- bin/README.mustache | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/README.mustache b/bin/README.mustache index e0801f799fa5..63e1932b4d0b 100644 --- a/bin/README.mustache +++ b/bin/README.mustache @@ -36,7 +36,7 @@ Once downloaded, store the path to this file in the `GOOGLE_APPLICATION_CREDENTI ### Other Authentication Methods -Other authentication methods are outlined in the README for [google-auth-library-nodejs](https://github.com/googleapis/google-auth-library-nodejs), +Other authentication methods are outlined in the README for [google-auth-library-nodejs](https://github.com/googleapis/google-cloud-node/tree/main/core/packages/google-auth-library-nodejs), which is the authentication library used by all Google Cloud Node.js clients. ## Example Applications @@ -96,17 +96,17 @@ Apache 2.0 - See [LICENSE][license] for more information. [preview-description]: #preview [launch-stages]: https://cloud.google.com/products#section-22 [gcloud-homepage]: https://cloud.google.com/nodejs/ -[nodejs-getting-started]: https://github.com/GoogleCloudPlatform/nodejs-getting-started +[nodejs-getting-started]: https://github.com/googleapis/nodejs-getting-started [nodejs-getting-started-tutorial]: https://cloud.google.com/nodejs/getting-started/hello-world -[gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos +[gcloud-todos]: https://github.com/googleapis/gcloud-node-todos [gitnpm]: https://github.com/stephenplusplus/gitnpm [gcloud-kvstore]: https://github.com/stephenplusplus/gcloud-kvstore [hya-wave]: https://wav.hya.io [hya-io]: https://hya.io [gstore-node]: https://github.com/sebelga/gstore-node [gstore-api]: https://github.com/sebelga/gstore-api -[devconsole]: https://console.developer.google.com -[googleapis]: https://github.com/google/google-api-nodejs-client +[devconsole]: https://console.cloud.google.com +[googleapis]: https://github.com/googleapis/google-api-nodejs-client [semver]: http://semver.org [contributing]: CONTRIBUTING.md [license]: LICENSE From ffd01d331a820a9413941cbfe270ed456fca0169 Mon Sep 17 00:00:00 2001 From: Wes Tarle Date: Wed, 29 Jul 2026 21:10:55 +0000 Subject: [PATCH 2/2] docs: revert changes to GoogleCloudPlatform links --- bin/README.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/README.mustache b/bin/README.mustache index 63e1932b4d0b..3783c55a91af 100644 --- a/bin/README.mustache +++ b/bin/README.mustache @@ -96,9 +96,9 @@ Apache 2.0 - See [LICENSE][license] for more information. [preview-description]: #preview [launch-stages]: https://cloud.google.com/products#section-22 [gcloud-homepage]: https://cloud.google.com/nodejs/ -[nodejs-getting-started]: https://github.com/googleapis/nodejs-getting-started +[nodejs-getting-started]: https://github.com/GoogleCloudPlatform/nodejs-getting-started [nodejs-getting-started-tutorial]: https://cloud.google.com/nodejs/getting-started/hello-world -[gcloud-todos]: https://github.com/googleapis/gcloud-node-todos +[gcloud-todos]: https://github.com/GoogleCloudPlatform/gcloud-node-todos [gitnpm]: https://github.com/stephenplusplus/gitnpm [gcloud-kvstore]: https://github.com/stephenplusplus/gcloud-kvstore [hya-wave]: https://wav.hya.io