Skip to content

Commit e4dac23

Browse files
Fix RST ambiguity.
1 parent 3cbbb98 commit e4dac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pubsub/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ messages to it
6767
publisher.create_topic()
6868
publisher.publish(topic, b'My first message!', spam='eggs')
6969
70-
To learn more, consult the :doc:`publishing documentation`_.
70+
To learn more, consult the `publishing documentation`_.
7171

7272
.. _publishing documentation: http://google-cloud-python.readthedocs.io/en/latest/pubsub/publisher/index.html
7373

@@ -104,7 +104,7 @@ use of a callback.
104104
message.ack()
105105
subscription.open(callback)
106106
107-
To learn more, consult the :doc:`subscriber documentation`_.
107+
To learn more, consult the `subscriber documentation`_.
108108

109109
.. _subscriber documentation: http://google-cloud-python.readthedocs.io/en/latest/pubsub/subscriber/index.html
110110

0 commit comments

Comments
 (0)