Skip to content

Commit 7db3542

Browse files
chore: fix broken links in README.md (#1776) (#1300)
* chore: fix cloud cli link in `README.md` * Revert "chore: fix cloud cli link in `README.md`" This reverts commit c8bcf7cf3e2acb12183d0d5da9dfe186be5279fc. * chore: fix cloud cli link in README.md * cap letters * fix maven version link Source-Link: googleapis/synthtool@f0dc278 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:381a48baae37646d72557adaa2c2035a84462cfd830269dfb3847b7d7ca9e96d Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 13a2c73 commit 7db3542

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
16+
digest: sha256:381a48baae37646d72557adaa2c2035a84462cfd830269dfb3847b7d7ca9e96d

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The client application making API calls must be granted [authorization scopes][a
8282
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Logging [API enabled][enable-api].
8383

8484
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
85-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
85+
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
8686
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
8787

8888
### Installation and setup
@@ -450,14 +450,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
450450
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
451451
[stability-image]: https://img.shields.io/badge/stability-stable-green
452452
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
453-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-logging&core=gav
453+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.14.5
454454
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
455455
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
456456
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
457457
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
458458
[developer-console]: https://console.developers.google.com/
459459
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
460-
[cloud-sdk]: https://cloud.google.com/sdk/
460+
[cloud-cli]: https://cloud.google.com/cli
461461
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
462462
[contributing]: https://github.com/googleapis/java-logging/blob/main/CONTRIBUTING.md
463463
[code-of-conduct]: https://github.com/googleapis/java-logging/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct

0 commit comments

Comments
 (0)