Skip to content

Commit

Permalink
Use latest/ directory for docs instead of stable/ (#3766)
Browse files Browse the repository at this point in the history
See also
googleapis/google-cloud-python#3763

$ sed -i '' 's/googlecloudplatform.github.io\/google-cloud-python\/stable\//googlecloudplatform.github.io\/google-cloud-python\/latest\//g' **/*.rst
  • Loading branch information
tswast authored Aug 8, 2017
1 parent ce76806 commit 961e1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python Client for Google Cloud Pub / Sub

- `Documentation`_

.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/pubsub/usage.html
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/pubsub/usage.html

Quick Start
-----------
Expand Down Expand Up @@ -45,7 +45,7 @@ independently written applications.
See the ``google-cloud-python`` API `Pub/Sub documentation`_ to learn how to connect
to Cloud Pub/Sub using this Client Library.

.. _Pub/Sub documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/pubsub/usage.html
.. _Pub/Sub documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/pubsub/usage.html

To get started with this API, you'll need to create

Expand Down

0 comments on commit 961e1c4

Please sign in to comment.