Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit e6f8da6

Browse files
authored
docs(README): fix link to API documentation (#83)
Previous link was a 404. I suppose you could either link to the main project page or the docs, but given that the main product page is linked to already as the "Product Documentation", I assume the intent for this link is to go to the docs themselves. This is a trivial change so the template checks don't really apply.
1 parent 3ad54f1 commit e6f8da6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Python Client for Cloud Media Translation
1414
:target: https://pypi.org/project/google-cloud-media-translation/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-media-translation.svg
1616
:target: https://pypi.org/project/google-cloud-media-translation/
17-
.. _Cloud Media Translation API: https://cloud.google.com/docs/media-translation/
17+
.. _Cloud Media Translation API: https://cloud.google.com/translate/media/docs
1818
.. _Client Library Documentation: https://googleapis.dev/python/mediatranslation/latest
1919
.. _Product Documentation: https://cloud.google.com/media-translation/
2020

@@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps:
3030

3131
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3232
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
33-
.. _Enable the Cloud Media Translation API.: https://cloud.google.com/memorystore/docs/mediatranslation
33+
.. _Enable the Cloud Media Translation API.: https://cloud.google.com/translate/media/docs
3434
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3535

3636
Installation
@@ -78,5 +78,5 @@ Next Steps
7878
- View this `repository’s main README`_ to see the full list of Cloud
7979
APIs that we cover.
8080

81-
.. _Cloud Media Translation API Product documentation: https://cloud.google.com/docs/media-translation
81+
.. _Cloud Media Translation API Product documentation: https://cloud.google.com/translate/media/docs
8282
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

0 commit comments

Comments
 (0)