Skip to content

Commit 385cc04

Browse files
authored
Link to googleapis.dev documentation in READMEs. (#8705)
1 parent d94587f commit 385cc04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/google-cloud-pubsub/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ independently written applications.
3131
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dpubsub
3232
.. _Google Cloud Pub / Sub: https://cloud.google.com/pubsub/
3333
.. _Product Documentation: https://cloud.google.com/pubsub/docs
34-
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/pubsub/
34+
.. _Client Library Documentation: https://googleapis.dev/python/pubsub/latest
3535

3636
Quick Start
3737
-----------
@@ -46,7 +46,7 @@ In order to use this library, you first need to go through the following steps:
4646
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
4747
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
4848
.. _Enable the Google Cloud Pub / Sub API.: https://cloud.google.com/pubsub
49-
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html
49+
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
5050

5151
Installation
5252
~~~~~~~~~~~~
@@ -117,7 +117,7 @@ messages to it
117117
118118
To learn more, consult the `publishing documentation`_.
119119

120-
.. _publishing documentation: https://googleapis.github.io/google-cloud-python/latest/pubsub/publisher/index.html
120+
.. _publishing documentation: https://googleapis.dev/python/pubsub/latest
121121

122122

123123
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.github.io/google-cloud-python/latest/pubsub/subscriber/index.html
165+
.. _subscriber documentation: https://googleapis.dev/python/pubsub/latest
166166

167167

168168
Authentication

0 commit comments

Comments
 (0)