Skip to content

Commit 5b4f91c

Browse files
authored
Fix urls from GoogleCloudPlatform org to googleapis org (#3793)
* Fix urls from GoogleCloudPlatform org to googleapis org * Fix typo
1 parent 5ce0322 commit 5b4f91c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

google-cloud-pubsub/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.48.0"
3535
Authentication
3636
--------------
3737

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

4040
About Google Cloud Pub/Sub
4141
--------------------------
@@ -77,7 +77,7 @@ simplest way to authenticate is to use
7777
These credentials are automatically inferred from your environment.
7878

7979
For other authentication options, see the
80-
[Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) page.
80+
[Authentication](https://github.com/googleapis/google-cloud-java#authentication) page.
8181

8282
#### Creating a topic
8383
With Pub/Sub you can create topics. A topic is a named resource to which messages are sent by
@@ -222,7 +222,7 @@ Contributing
222222

223223
Contributions to this library are always welcome and highly encouraged.
224224

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

227227
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
228228

@@ -232,12 +232,12 @@ License
232232
Apache 2.0 - See [LICENSE] for more information.
233233

234234

235-
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
236-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
237-
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
238-
[TESTING]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-pubsub
235+
[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md
236+
[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
237+
[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE
238+
[TESTING]: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-pubsub
239239

240240
[cloud-pubsub]: https://cloud.google.com/pubsub/
241241
[cloud-pubsub-quickstart]: https://cloud.google.com/pubsub/quickstart-console#before-you-begin
242242
[pubsub-product-docs]: https://cloud.google.com/pubsub/docs/
243-
[pubsub-client-lib-docs]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/pubsub/v1/package-summary.html
243+
[pubsub-client-lib-docs]: https://googleapis.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/pubsub/v1/package-summary.html

google-cloud-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>1.48.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsub:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Pub/Sub</name>
8-
<url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-pubsub</url>
8+
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-pubsub</url>
99
<description>
1010
Java idiomatic client for Google Cloud Pub/Sub.
1111
</description>

0 commit comments

Comments
 (0)