From 1dafd2a20fa87760ec3170668ce51e8400af95d4 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 10 Jul 2019 11:16:07 -0700 Subject: [PATCH] Fix links in README.rst. (#8626) --- packages/google-cloud-datalabeling/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/google-cloud-datalabeling/README.rst b/packages/google-cloud-datalabeling/README.rst index e269d2e41360..dc488242da6b 100644 --- a/packages/google-cloud-datalabeling/README.rst +++ b/packages/google-cloud-datalabeling/README.rst @@ -7,9 +7,9 @@ Python Client for Data Labeling API (`Beta`_) - `Product Documentation`_ .. _Beta: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst -.. _Data Labeling API: https://cloud.google.com/datalabeling -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datalabeling/usage.html -.. _Product Documentation: https://cloud.google.com/datalabeling +.. _Data Labeling API: https://cloud.google.com/data-labeling +.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datalabeling/index.html +.. _Product Documentation: https://cloud.google.com/data-labeling/docs/ Quick Start ----------- @@ -23,7 +23,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 Data Labeling API.: https://cloud.google.com/datalabeling +.. _Enable the Data Labeling API.: https://cloud.google.com/data-labeling .. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html Installation @@ -83,5 +83,5 @@ Next Steps - View this `repository’s main README`_ to see the full list of Cloud APIs that we cover. -.. _Data Labeling API Product documentation: https://cloud.google.com/datalabeling -.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _Data Labeling API Product documentation: https://cloud.google.com/data-labeling/docs +.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst