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 e51822e commit 0525d91
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 Stackdriver Logging

- `Documentation`_

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

Quick Start
-----------
Expand Down Expand Up @@ -54,7 +54,7 @@ Example of fetching entries:
See the ``google-cloud-python`` API `logging documentation`_ to learn how to
connect to Stackdriver Logging using this Client Library.

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

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

0 comments on commit 0525d91

Please sign in to comment.