Skip to content

Commit c8bcf7c

Browse files
committed
chore: fix cloud cli link in README.md
1 parent 7899bce commit c8bcf7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • synthtool/gcp/templates/java_library

synthtool/gcp/templates/java_library/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The client application making API calls must be granted [authorization scopes][a
8888
You will need a [Google Cloud Platform Console][developer-console] project with the {{metadata['repo']['name_pretty']}} [API enabled][enable-api].
8989
{% if metadata['repo']['requires_billing'] %}You will need to [enable billing][enable-billing] to use Google {{metadata['repo']['name_pretty']}}.{% endif %}
9090
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
91-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
91+
[installing the Google Cloud command line interface][cloud-cli] and running the following commands in command line:
9292
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
9393

9494
### Installation and setup
@@ -245,7 +245,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
245245
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
246246
[developer-console]: https://console.developers.google.com/
247247
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
248-
[cloud-sdk]: https://cloud.google.com/sdk/
248+
[cloud-cli]: https://cloud.google.com/cli
249249
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
250250
[contributing]: https://github.com/{{metadata['repo']['repo']}}/blob/main/CONTRIBUTING.md
251251
[code-of-conduct]: https://github.com/{{metadata['repo']['repo']}}/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct

0 commit comments

Comments
 (0)