Skip to content

Commit

Permalink
Updated client library documentation URLs. (#7307)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pravindahal authored and tseaver committed Feb 11, 2019
1 parent 82acfb8 commit f9add79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-datatransfer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SaaS applications to Google BigQuery on a scheduled, managed basis.
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-datatransfer.svg
:target: https://pypi.org/project/google-cloud-bigquery-datatransfer/
.. _BigQuery Data Transfer API: https://cloud.google.com/bigquery/transfer
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery_datatransfer/index.html
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery_datatransfer/index.html
.. _Product Documentation: https://cloud.google.com/bigquery/docs/transfer-service-overview

Quick Start
Expand All @@ -30,7 +30,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 the BigQuery Data Transfer API.: https://cloud.google.com/bigquery/docs/transfer-service-overview
.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html

Installation
~~~~~~~~~~~~
Expand Down

0 comments on commit f9add79

Please sign in to comment.