We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbbb98 commit e4dac23Copy full SHA for e4dac23
1 file changed
pubsub/README.rst
@@ -67,7 +67,7 @@ messages to it
67
publisher.create_topic()
68
publisher.publish(topic, b'My first message!', spam='eggs')
69
70
-To learn more, consult the :doc:`publishing documentation`_.
+To learn more, consult the `publishing documentation`_.
71
72
.. _publishing documentation: http://google-cloud-python.readthedocs.io/en/latest/pubsub/publisher/index.html
73
@@ -104,7 +104,7 @@ use of a callback.
104
message.ack()
105
subscription.open(callback)
106
107
-To learn more, consult the :doc:`subscriber documentation`_.
+To learn more, consult the `subscriber documentation`_.
108
109
.. _subscriber documentation: http://google-cloud-python.readthedocs.io/en/latest/pubsub/subscriber/index.html
110
0 commit comments