Skip to content

Commit 56d797c

Browse files
authored
chore: update doc links from googleapis.dev to cloud.google.com (#537)
1 parent 109499c commit 56d797c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/google-cloud-pubsub/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pubsub",
33
"name_pretty": "Google Cloud Pub/Sub",
44
"product_documentation": "https://cloud.google.com/pubsub/docs/",
5-
"client_documentation": "https://googleapis.dev/python/pubsub/latest",
5+
"client_documentation": "https://cloud.google.com/python/docs/reference/pubsub/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559741",
77
"release_level": "ga",
88
"language": "python",

packages/google-cloud-pubsub/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ independently written applications.
2727
:target: https://pypi.org/project/google-cloud-pubsub/
2828
.. _Google Cloud Pub / Sub: https://cloud.google.com/pubsub/
2929
.. _Product Documentation: https://cloud.google.com/pubsub/docs
30-
.. _Client Library Documentation: https://googleapis.dev/python/pubsub/latest
30+
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/pubsub/latest
3131

3232
Quick Start
3333
-----------
@@ -116,7 +116,7 @@ messages to it
116116
117117
To learn more, consult the `publishing documentation`_.
118118

119-
.. _publishing documentation: https://googleapis.dev/python/pubsub/latest
119+
.. _publishing documentation: https://cloud.google.com/python/docs/reference/pubsub/latest
120120

121121

122122
Subscribing
@@ -162,7 +162,7 @@ block the current thread until a given condition obtains:
162162
It is also possible to pull messages in a synchronous (blocking) fashion. To
163163
learn more about subscribing, consult the `subscriber documentation`_.
164164

165-
.. _subscriber documentation: https://googleapis.dev/python/pubsub/latest
165+
.. _subscriber documentation: https://cloud.google.com/python/docs/reference/pubsub/latest
166166

167167

168168
Authentication

0 commit comments

Comments
 (0)