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 e59f706 commit 0dac3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-cloud-speech/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python Client for Google Cloud Speech

- `Documentation`_

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

Quick Start
-----------
Expand Down Expand Up @@ -41,7 +41,7 @@ and receive a text transcription from the Cloud Speech API service.
See the ``google-cloud-python`` API `speech documentation`_ to learn how to
connect to the Google Cloud Speech API using this Client Library.

.. _speech documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/speech/usage.html
.. _speech documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/speech/usage.html
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-speech.svg
:target: https://pypi.org/project/google-cloud-speech/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg
Expand Down

0 comments on commit 0dac3f0

Please sign in to comment.