File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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://cloud.google.com/python/docs/reference/pubsub/latest
30+ .. _Client Library Documentation : https://cloud.google.com/python/docs/reference/pubsub/latest/summary_overview
3131
3232Quick Start
3333-----------
@@ -116,7 +116,7 @@ messages to it
116116
117117 To learn more, consult the `publishing documentation `_.
118118
119- .. _publishing documentation : https://cloud.google.com/python/docs/reference/pubsub/latest
119+ .. _publishing documentation : https://cloud.google.com/python/docs/reference/pubsub/latest/google.cloud.pubsub_v1.publisher.client.Client
120120
121121
122122Subscribing
@@ -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
163163learn more about subscribing, consult the `subscriber documentation `_.
164164
165- .. _subscriber documentation : https://cloud.google.com/python/docs/reference/pubsub/latest
165+ .. _subscriber documentation : https://cloud.google.com/python/docs/reference/pubsub/latest/google.cloud.pubsub_v1.subscriber.client.Client
166166
167167
168168Authentication
You can’t perform that action at this time.
0 commit comments