Skip to content

Commit

Permalink
Fix authentication quickstart link
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Dec 30, 2024
1 parent d881721 commit 779c18b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions generator/internal/scaffold_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ To run the quickstart examples you will need a working Google Cloud Platform
Like most Google Cloud Platform (GCP) services, $title$ requires that
your application authenticates with the service before accessing any data. If
you are not familiar with GCP authentication please take this opportunity to
review the [Authentication Overview][authentication-quickstart].
review the [Authentication methods at Google][authentication-quickstart].
## Using with Bazel
Expand Down Expand Up @@ -880,7 +880,7 @@ set GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=%cd%\roots.pem
[choco-cmake-link]: https://chocolatey.org/packages/cmake
[homebrew-cmake-link]: https://formulae.brew.sh/formula/cmake
[cmake-download-link]: https://cmake.org/download/
[authentication-quickstart]: https://cloud.google.com/docs/authentication/getting-started 'Authentication Getting Started'
[authentication-quickstart]: https://cloud.google.com/docs/authentication 'Authentication methods at Google'
)""";
google::protobuf::io::OstreamOutputStream output(&os);
google::protobuf::io::Printer printer(&output, '$');
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/spanner/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ information.
You need to configure the Cloud Spanner client library so it can authenticate
with Cloud Spanner. While covering authentication in detail is beyond the scope
of this README, we assume the reader is familiar with the topic, and refer them
to the [Authentication Overview][authentication-quickstart] if they need a more
to the [Authentication methods at Google][authentication-quickstart] if they need a more
in-depth discussion.

Examine the [spanner roles][spanner-roles-link] to chose a role for the
Expand Down Expand Up @@ -133,6 +133,6 @@ To run the experiment reading data for approximately 5 minutes use 20 samples of
--experiment=read | tee srtp-read.csv
```

[authentication-quickstart]: https://cloud.google.com/docs/authentication/getting-started "Authentication Getting Started"
[authentication-quickstart]: https://cloud.google.com/docs/authentication/ "Authentication methods at Google"
[packaging-doc-link]: /doc/packaging.md
[spanner-roles-link]: https://cloud.google.com/spanner/docs/iam#roles
4 changes: 2 additions & 2 deletions google/cloud/universe_domain/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These examples uses several different Google Cloud Platform (GCP) services. All
of which require that your application authenticates with the service before
accessing any data. If you are not familiar with GCP authentication please take
this opportunity to review the
[Authentication Overview][authentication-quickstart].
[Authentication methods at Google][authentication-quickstart].

If you use `GOOGLE_APPLICATION_CREDENTIALS` to configure authentication, **and**
the file referenced by this environment variable contains the `universe_domain`
Expand Down Expand Up @@ -134,7 +134,7 @@ trust store for SSL certificates, you can download and configure this using:
set GRPC_DEFAULT_SSL_ROOTS_FILE_PATH=%cd%\roots.pem
```

[authentication-quickstart]: https://cloud.google.com/docs/authentication/getting-started "Authentication Getting Started"
[authentication-quickstart]: https://cloud.google.com/docs/authentication/ "Authentication methods at Google"
[bazel-install]: https://docs.bazel.build/versions/main/install.html
[choco-cmake-link]: https://chocolatey.org/packages/cmake
[grpc-roots-pem-bug]: https://github.com/grpc/grpc/issues/16571
Expand Down

0 comments on commit 779c18b

Please sign in to comment.