Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Fix broken links for Core, DNS, Language, RuntimeConfig and WebRisk #9148

Merged
merged 1 commit into from
Sep 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion 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
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