Skip to content

Commit 608c6fe

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 61e9773 commit 608c6fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-monitoring/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Stackdriver Monitoring
99

1010
- `Documentation`_
1111

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

1414
Quick Start
1515
-----------
@@ -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
@@ -64,7 +64,7 @@ Display CPU utilization across your GCE instances during the last five minutes:
6464
See the ``google-cloud-python`` API `monitoring documentation`_ to learn how
6565
to connect to Stackdriver Monitoring using this Client Library.
6666

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

6969
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg
7070
:target: https://pypi.python.org/pypi/google-cloud-monitoring

0 commit comments

Comments
 (0)