From 0ef9e39bbcd4650f83303a90dc982909cc6f1912 Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Sun, 18 Jul 2021 23:50:49 -0700 Subject: [PATCH 1/2] docs(README): fix link to API documentation Previous link was a 404. I suppose you could either link to the main project page, but given that is done as the "Product Documentation", I assume the intent for this link is to go to the docs themselves. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b2ebb4b..0376bcb 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Python Client for Cloud Media Translation :target: https://pypi.org/project/google-cloud-media-translation/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-media-translation.svg :target: https://pypi.org/project/google-cloud-media-translation/ -.. _Cloud Media Translation API: https://cloud.google.com/docs/media-translation/ +.. _Cloud Media Translation API: https://cloud.google.com/translate/media/docs .. _Client Library Documentation: https://googleapis.dev/python/mediatranslation/latest .. _Product Documentation: https://cloud.google.com/media-translation/ @@ -78,5 +78,5 @@ Next Steps - View this `repository’s main README`_ to see the full list of Cloud APIs that we cover. -.. _Cloud Media Translation API Product documentation: https://cloud.google.com/docs/media-translation +.. _Cloud Media Translation API Product documentation: https://cloud.google.com/translate/media/docs .. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst From 31e9991d0e41c008e741cd9000c09bf297db9260 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 19 Jul 2021 06:21:40 -0400 Subject: [PATCH 2/2] fix broken link under quick start --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0376bcb..5b8782f 100644 --- a/README.rst +++ b/README.rst @@ -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 billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Enable the Cloud Media Translation API.: https://cloud.google.com/memorystore/docs/mediatranslation +.. _Enable the Cloud Media Translation API.: https://cloud.google.com/translate/media/docs .. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html Installation