Skip to content

Commit

Permalink
chore: update doc links from googleapis.dev to cloud.google.com (#252)
Browse files Browse the repository at this point in the history
Updating the reference documentation website from googleapis.dev to cloud.google.com for the index pages. Also updating references in the README.
  • Loading branch information
dandhlee authored Nov 17, 2021
1 parent 7969fc0 commit d93c1be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monitoring",
"name_pretty": "Stackdriver Monitoring",
"product_documentation": "https://cloud.google.com/monitoring/docs",
"client_documentation": "https://googleapis.dev/python/monitoring/latest",
"client_documentation": "https://cloud.google.com/python/docs/reference/monitoring/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
"release_level": "ga",
"language": "python",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-monitoring/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with a few exceptions as noted on the individual method pages.
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg
:target: https://pypi.org/project/google-cloud-monitoring/
.. _Cloud Monitoring API: https://cloud.google.com/monitoring/api/ref_v3/rest/
.. _Client Library Documentation: https://googleapis.dev/python/monitoring/latest
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/monitoring/latest
.. _Product Documentation: https://cloud.google.com/monitoring/docs

Quick Start
Expand Down

0 comments on commit d93c1be

Please sign in to comment.