@@ -53,7 +53,7 @@ The client application making API calls must be granted [authorization scopes][a
5353You will need a [ Google Cloud Platform Console] [ developer-console ] project with the Cloud Logging Logback Appender [ API enabled] [ enable-api ] .
5454
5555[ Follow these instructions] [ create-project ] to get your project set up. You will also need to set up the local development environment by
56- [ installing the Google Cloud SDK ] [ cloud-sdk ] and running the following commands in command line:
56+ [ installing the Google Cloud Command Line Interface ] [ cloud-cli ] and running the following commands in command line:
5757` gcloud auth login ` and ` gcloud config set project [YOUR PROJECT ID] ` .
5858
5959### Installation and setup
@@ -297,14 +297,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
297297[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging-logback/java11.html
298298[ stability-image ] : https://img.shields.io/badge/stability-preview-yellow
299299[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging-logback.svg
300- [ maven-version-link ] : https://search.maven.org/search?q=g: com.google.cloud%20AND%20a: google-cloud-logging-logback&core=gav
300+ [ maven-version-link ] : https://central.sonatype.com/artifact/ com.google.cloud/ google-cloud-logging-logback/0.130.7-alpha
301301[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
302302[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
303303[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
304304[ iam-policy ] : https://cloud.google.com/iam/docs/overview#cloud-iam-policy
305305[ developer-console ] : https://console.developers.google.com/
306306[ create-project ] : https://cloud.google.com/resource-manager/docs/creating-managing-projects
307- [ cloud-sdk ] : https://cloud.google.com/sdk/
307+ [ cloud-cli ] : https://cloud.google.com/cli
308308[ troubleshooting ] : https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
309309[ contributing ] : https://github.com/googleapis/java-logging-logback/blob/main/CONTRIBUTING.md
310310[ code-of-conduct ] : https://github.com/googleapis/java-logging-logback/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
0 commit comments