Skip to content

Commit 94a8a23

Browse files
authored
Fix urls from GoogleCloudPlatform org to googleapis org (#3793)
* Fix urls from GoogleCloudPlatform org to googleapis org * Fix typo
1 parent 2474a02 commit 94a8a23

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

google-cloud-contrib/google-cloud-logging-logback/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Logback appender `com.google.cloud.logging.logback.LoggingAppender` for
66

77
This library allows you to use [Logback](https://logback.qos.ch/) configuration and the [Slf4j](https://www.slf4j.org/) interface to log via Google Cloud logging.
88

9-
- [Homepage](https://googlecloudplatform.github.io/google-cloud-java/)
10-
- [API Documentation](https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/logging/logback/LoggingAppender.html)
9+
- [Homepage](https://googleapis.github.io/google-cloud-java/)
10+
- [API Documentation](https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/logging/logback/LoggingAppender.html)
1111

1212
> Note: This client is a work-in-progress, and may occasionally
1313
> make backwards-incompatible changes.
@@ -85,15 +85,15 @@ public class TestLogger {
8585
Authentication
8686
--------------
8787

88-
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication)
88+
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication)
8989
section in the base directory's README.
9090

9191

9292
Limitations
9393
-----------
9494

9595
This library is usable, but not yet complete.
96-
Open issues [here](https://github.com/GoogleCloudPlatform/google-cloud-java/issues?q=is%3Aissue+is%3Aopen+label%3A%22logging-logback%22).
96+
Open issues [here](https://github.com/googleapis/google-cloud-java/issues?q=is%3Aissue+is%3Aopen+label%3A%22logging-logback%22).
9797

9898

9999
Java Versions
@@ -116,7 +116,7 @@ Contributing
116116
Contributions to this library are always welcome and highly encouraged.
117117

118118
See `google-cloud`'s [CONTRIBUTING] documentation and the
119-
[shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud)
119+
[shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud)
120120
for more information on how to get started.
121121

122122
Please note that this project is released with a Contributor Code of Conduct.
@@ -128,10 +128,10 @@ License
128128
Apache 2.0 - See [LICENSE] for more information.
129129

130130

131-
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
132-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
133-
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
134-
[TESTING]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-storage
131+
[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md
132+
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
133+
[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE
134+
[TESTING]: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-storage
135135
[cloud-platform]: https://cloud.google.com/
136136

137137
[cloud-logging]: https://cloud.google.com/logging/

google-cloud-contrib/google-cloud-logging-logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>0.66.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-logging-logback:current} -->
99
<packaging>jar</packaging>
1010
<name>Google Cloud Logging Logback Appender</name>
11-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback</url>
11+
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback</url>
1212
<description>
1313
Logback support for Google Cloud Logging
1414
</description>

0 commit comments

Comments
 (0)