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
#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 f6643da commit bebf602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-monitoring/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python Client for Stackdriver Monitoring

- `Documentation`_

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

Quick Start
-----------
Expand Down Expand Up @@ -64,7 +64,7 @@ Display CPU utilization across your GCE instances during the last five minutes:
See the ``google-cloud-python`` API `monitoring documentation`_ to learn how
to connect to Stackdriver Monitoring using this Client Library.

.. _monitoring documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/monitoring/usage.html
.. _monitoring documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/monitoring/usage.html

.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg
:target: https://pypi.org/project/google-cloud-monitoring/
Expand Down

0 comments on commit bebf602

Please sign in to comment.