Skip to content

Commit ff33f84

Browse files
authored
Fixing references to "dead" docs links. (#3631)
* Fixing references to "dead" docs links. Done via: $ git grep -l 'google-cloud-auth.html' | \ > xargs sed -i s/'google-cloud-auth.html'/'core\/auth.html'/g $ git grep -l 'http\:\/\/google-cloud-python.readthedocs.io' | \ > xargs sed -i s/'http\:\/\/google-cloud-python.readthedocs.io'/\ > 'https\:\/\/google-cloud-python.readthedocs.io'/g Fixes #3531. * Fixing up other docs that were moved in #3459.
1 parent f57d9db commit ff33f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-speech/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ possible. Check out the `Authentication section`_ in our documentation to
2626
learn more. You may also find the `authentication document`_ shared by all
2727
the ``google-cloud-*`` libraries to be helpful.
2828

29-
.. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html
29+
.. _Authentication section: https://google-cloud-python.readthedocs.io/en/latest/core/auth.html
3030
.. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication
3131

3232
Using the API
@@ -41,7 +41,7 @@ and receive a text transcription from the Cloud Speech API service.
4141
See the ``google-cloud-python`` API `speech documentation`_ to learn how to
4242
connect to the Google Cloud Speech API using this Client Library.
4343

44-
.. _speech documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/speech-usage.html
44+
.. _speech documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/speech/usage.html
4545
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-speech.svg
4646
:target: https://pypi.python.org/pypi/google-cloud-speech
4747
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg

0 commit comments

Comments
 (0)