Skip to content

Commit

Permalink
chore: update doc links from googleapis.dev to cloud.google.com (#152)
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 18, 2021
1 parent 26e765f commit ac2cbda
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-compute/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "compute",
"name_pretty": "Compute Engine",
"product_documentation": "https://cloud.google.com/compute/",
"client_documentation": "https://googleapis.dev/python/compute/latest",
"client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
"release_level": "alpha",
"language": "python",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-compute/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Python Client for Compute Engine
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-compute.svg
:target: https://pypi.org/project/google-cloud-compute/
.. _Compute Engine API: https://cloud.google.com/compute/
.. _Client Library Documentation: https://googleapis.dev/python/compute/latest
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/compute/latest
.. _Product Documentation: https://cloud.google.com/compute/

Quick Start
Expand Down

0 comments on commit ac2cbda

Please sign in to comment.