Skip to content

Commit 2f14e28

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 255895d commit 2f14e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-firestore/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ including Cloud Functions.
2222
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-firestore.svg
2323
.. _Google Cloud Firestore: https://cloud.google.com/firestore/
2424
.. _Product Documentation: https://cloud.google.com/firestore/docs/
25-
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/firestore/index.html
25+
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/firestore/index.html
2626

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

4242
Installation
4343
~~~~~~~~~~~~

0 commit comments

Comments
 (0)