From fa4bce25c6f4c26e6d1f39a0ff619a548f9a4787 Mon Sep 17 00:00:00 2001 From: Antonio Bustos Date: Wed, 12 Jun 2019 11:37:50 +0200 Subject: [PATCH] Replace readthedocs links to github docs --- pubsub/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubsub/README.rst b/pubsub/README.rst index 2895b60f761e..96027f9ffad5 100644 --- a/pubsub/README.rst +++ b/pubsub/README.rst @@ -113,7 +113,7 @@ messages to it To learn more, consult the `publishing documentation`_. -.. _publishing documentation: http://google-cloud-python.readthedocs.io/en/latest/pubsub/publisher/index.html +.. _publishing documentation: https://googleapis.github.io/google-cloud-python/latest/pubsub/publisher/index.html Subscribing @@ -157,4 +157,4 @@ block the current thread until a given condition obtains: To learn more, consult the `subscriber documentation`_. -.. _subscriber documentation: http://google-cloud-python.readthedocs.io/en/latest/pubsub/subscriber/index.html +.. _subscriber documentation: https://googleapis.github.io/google-cloud-python/latest/pubsub/subscriber/index.html