Skip to content

Commit e1b2507

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 4a2f77b commit e1b2507

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-language/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Google Cloud Natural Language
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/language-usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/language/usage.html
1313

1414
Quick Start
1515
-----------
@@ -28,7 +28,7 @@ possible. Check out the `Authentication section`_ in our documentation to
2828
learn more. You may also find the `authentication document`_ shared by all
2929
the ``google-cloud-*`` libraries to be helpful.
3030

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

3434
Using the API

0 commit comments

Comments
 (0)