Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8c794b

Browse files
committed
Fix broken links for core, dns, language, runtimeconfig and webrisk
1 parent 9240062 commit a8c794b

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

api_core/docs/auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ and stored in a file and then and deserialized with
188188
to use ``oauth2client``'s credentials with this library, you'll need to
189189
`convert them`_.
190190

191-
.. _oauth2client: https://github.com/Google/oauth2client.
191+
.. _oauth2client: https://github.com/Google/oauth2client
192192
.. _client secrets: https://developers.google.com/api-client-library/python/guide/aaa_oauth#flow_from_clientsecrets
193193
.. _webserver flow: https://developers.google.com/api-client-library/python/guide/aaa_oauth#OAuth2WebServerFlow
194194
.. _convert them: http://google-auth.readthedocs.io/en/stable/user-guide.html#user-credentials

dns/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ manage DNS for your applications.
1515
:target: https://pypi.org/project/google-cloud-dns/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg
1717
.. _Google Cloud DNS: https://cloud.google.com/dns/
18-
:target: https://pypi.org/project/google-cloud-dns/
1918
.. _Client Library Documentation: https://googleapis.dev/python/dns/latest
2019
.. _Product Documentation: https://cloud.google.com/dns/docs/
2120

language/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with your document storage on Google Cloud Storage.
2323
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg
2424
:target: https://pypi.org/project/google-cloud-language/
2525
.. _Google Cloud Natural Language: https://cloud.google.com/natural-language/
26-
.. _Product Documentation: https://cloud.google.com/language/docs
26+
.. _Product Documentation: https://cloud.google.com/natural-language/docs
2727
.. _Client Library Documentation: https://googleapis.dev/python/language/latest
2828

2929
.. note::

runtimeconfig/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In order to use this library, you first need to go through the following steps:
3535

3636
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3737
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
38-
.. _Enable the Google Cloud RuntimeConfig API.: https://cloud.google.com/runtimeconfig
38+
.. _Enable the Google Cloud RuntimeConfig API.: https://cloud.google.com/deployment-manager/
3939
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
4040

4141
Installation

webrisk/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Python Client for Web Risk API (`Alpha`_)
1313
- `Product Documentation`_
1414

1515
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
16-
.. _Web Risk API: https://cloud.google.com/webrisk
16+
.. _Web Risk API: https://cloud.google.com/web-risk
1717
.. _Client Library Documentation: https://googleapis.dev/python/webrisk/latest
18-
.. _Product Documentation: https://cloud.google.com/webrisk
18+
.. _Product Documentation: https://cloud.google.com/web-risk
1919

2020
Quick Start
2121
-----------
@@ -29,7 +29,7 @@ In order to use this library, you first need to go through the following steps:
2929

3030
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3131
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
32-
.. _Enable the Web Risk API.: https://cloud.google.com/webrisk
32+
.. _Enable the Web Risk API.: https://cloud.google.com/web-risk
3333
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3434

3535
Installation
@@ -77,5 +77,5 @@ Next Steps
7777
- View this `repository’s main README`_ to see the full list of Cloud
7878
APIs that we cover.
7979

80-
.. _Web Risk API Product documentation: https://cloud.google.com/webrisk
80+
.. _Web Risk API Product documentation: https://cloud.google.com/web-risk
8181
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

0 commit comments

Comments
 (0)