Skip to content

Commit c44a0b1

Browse files
authored
chore: fix and regenerate readme (#97)
1 parent 17abe99 commit c44a0b1

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logging-logback",
3-
"name_pretty": "Google Cloud Logging Logback Appender",
3+
"name_pretty": "Cloud Logging Logback Appender",
44
"product_documentation": "https://cloud.google.com/logging-logback/docs/",
55
"client_documentation": "https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/logging/logback/package-summary.html",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559764",

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Google Google Cloud Logging Logback Appender Client for Java
1+
# Google Cloud Logging Logback Appender Client for Java
22

3-
Java idiomatic client for [Google Cloud Logging Logback Appender][product-docs].
3+
Java idiomatic client for [Cloud Logging Logback Appender][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -44,7 +44,7 @@ See the [Authentication][authentication] section in the base directory's README.
4444

4545
### Prerequisites
4646

47-
You will need a [Google Cloud Platform Console][developer-console] project with the Google Cloud Logging Logback Appender [API enabled][enable-api].
47+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Logging Logback Appender [API enabled][enable-api].
4848

4949
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
5050
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
@@ -55,13 +55,13 @@ You will need a [Google Cloud Platform Console][developer-console] project with
5555
You'll need to obtain the `google-cloud-logging-logback` library. See the [Quickstart](#quickstart) section
5656
to add `google-cloud-logging-logback` as a dependency in your code.
5757

58-
## About Google Cloud Logging Logback Appender
58+
## About Cloud Logging Logback Appender
5959

6060

61-
[Google Cloud Logging Logback Appender][product-docs]
61+
[Cloud Logging Logback Appender][product-docs]
6262

63-
See the [Google Cloud Logging Logback Appender client library docs][javadocs] to learn how to
64-
use this Google Cloud Logging Logback Appender Client Library.
63+
See the [Cloud Logging Logback Appender client library docs][javadocs] to learn how to
64+
use this Cloud Logging Logback Appender Client Library.
6565

6666

6767
### Usage

0 commit comments

Comments
 (0)