Skip to content

Commit 0c0d760

Browse files
committed
fix(storage): resolve reST link target mismatch in README and add long_description_content_type
1 parent 3e29682 commit 0c0d760

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/google-cloud-storage/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A step-by-step guide may also be found in `Get Started with Client Libraries`_.
5555
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
5656
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
5757
.. _Enable the Google Cloud Storage API.: https://console.cloud.google.com/flows/enableapi?apiid=storage-api.googleapis.com
58-
.. _Setup Authentication.: https://cloud.google.com/docs/authentication/client-libraries
58+
.. _Set up Authentication.: https://cloud.google.com/docs/authentication/client-libraries
5959

6060
Installation
6161
~~~~~~~~~~~~

packages/google-cloud-storage/docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A step-by-step guide may also be found in `Get Started with Client Libraries`_.
5555
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
5656
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
5757
.. _Enable the Google Cloud Storage API.: https://console.cloud.google.com/flows/enableapi?apiid=storage-api.googleapis.com
58-
.. _Setup Authentication.: https://cloud.google.com/docs/authentication/client-libraries
58+
.. _Set up Authentication.: https://cloud.google.com/docs/authentication/client-libraries
5959

6060
Installation
6161
~~~~~~~~~~~~

packages/google-cloud-storage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
version=version,
118118
description=description,
119119
long_description=readme,
120+
long_description_content_type="text/x-rst",
120121
author="Google LLC",
121122
author_email="googleapis-packages@google.com",
122123
license="Apache-2.0",

0 commit comments

Comments
 (0)