Skip to content

Commit

Permalink
Fix broken links for core, dns, language, runtimeconfig and webrisk
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanyuan committed Aug 30, 2019
1 parent 9240062 commit ed16d43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api_core/docs/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ and stored in a file and then and deserialized with
to use ``oauth2client``'s credentials with this library, you'll need to
`convert them`_.

.. _oauth2client: https://github.com/Google/oauth2client.
.. _oauth2client: https://github.com/Google/oauth2client
.. _client secrets: https://developers.google.com/api-client-library/python/guide/aaa_oauth#flow_from_clientsecrets
.. _webserver flow: https://developers.google.com/api-client-library/python/guide/aaa_oauth#OAuth2WebServerFlow
.. _convert them: http://google-auth.readthedocs.io/en/stable/user-guide.html#user-credentials
Expand Down
1 change: 0 additions & 1 deletion dns/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ manage DNS for your applications.
:target: https://pypi.org/project/google-cloud-dns/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg
.. _Google Cloud DNS: https://cloud.google.com/dns/
:target: https://pypi.org/project/google-cloud-dns/
.. _Client Library Documentation: https://googleapis.dev/python/dns/latest
.. _Product Documentation: https://cloud.google.com/dns/docs/

Expand Down
4 changes: 2 additions & 2 deletions language/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ with your document storage on Google Cloud Storage.
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg
:target: https://pypi.org/project/google-cloud-language/
.. _Google Cloud Natural Language: https://cloud.google.com/natural-language/
.. _Product Documentation: https://cloud.google.com/language/docs
.. _Product Documentation: https://cloud.google.com/natural-language/docs
.. _Client Library Documentation: https://googleapis.dev/python/language/latest

.. note::
Expand Down Expand Up @@ -99,4 +99,4 @@ Next Steps
- Read the `Product documentation`_ to learn
more about the product and see How-to Guides.

.. _Usage documentation: https://googleapis.dev/python/language/latest
.. _Usage documentation: https://googleapis.dev/python/natural-language/latest
2 changes: 1 addition & 1 deletion runtimeconfig/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In order to use this library, you first need to go through the following steps:

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

Installation
Expand Down
8 changes: 4 additions & 4 deletions webrisk/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Python Client for Web Risk API (`Alpha`_)
- `Product Documentation`_

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

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

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

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

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

0 comments on commit ed16d43

Please sign in to comment.