Skip to content

Commit 95681e0

Browse files
pravindahaltseaver
authored andcommitted
Updated client library documentation URLs. (#7307)
Previously, the URLs would redirect using JavaScript, which would either be slow or not work at all (in case JavaScript is disabled on the browser)
1 parent 2aca86c commit 95681e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/google-cloud-storage/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ via direct download.
1818
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg
1919
:target: https://pypi.org/project/google-cloud-storage
2020
.. _Google Cloud Storage: https://cloud.google.com/storage/docs
21-
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/storage/client.html
21+
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/storage/client.html
2222
.. _Storage API docs: https://cloud.google.com/storage/docs/json_api/v1
2323

2424
Quick Start
@@ -34,7 +34,7 @@ In order to use this library, you first need to go through the following steps:
3434
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3535
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
3636
.. _Enable the Google Cloud Storage API.: https://cloud.google.com/storage
37-
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html
37+
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html
3838

3939
Installation
4040
~~~~~~~~~~~~

packages/google-cloud-storage/google/cloud/storage/blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
json_api/v1/objects
2121
.. _customer-supplied: https://cloud.google.com/storage/docs/\
2222
encryption#customer-supplied
23-
.. _google-resumable-media: https://googlecloudplatform.github.io/\
23+
.. _google-resumable-media: https://googleapis.github.io/\
2424
google-resumable-media-python/latest/\
2525
google.resumable_media.requests.html
2626
"""

0 commit comments

Comments
 (0)