Skip to content

Commit 78c187a

Browse files
authored
Translate: Fix links to reference documentation. (#8884)
1 parent 0f77db7 commit 78c187a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

translate/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "translation",
33
"name_pretty": "Cloud Translation",
44
"product_documentation": "https://cloud.google.com/translate/docs/",
5-
"client_documentation": "https://googleapis.dev/python/translate/latest",
5+
"client_documentation": "https://googleapis.dev/python/translation/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559749",
77
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-translate",
1111
"api_id": "translation.googleapis.com",
1212
"requires_billing": true
13-
}
13+
}

translate/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Cloud Translation is available as a paid service. See the `Pricing`_ and
2525
.. _Google Cloud Translation: https://cloud.google.com/translate/
2626
.. _Pricing: https://cloud.google.com/translate/pricing
2727
.. _FAQ: https://cloud.google.com/translate/faq
28-
.. _Client Library Documentation: https://googleapis.dev/python/translate/latest
28+
.. _Client Library Documentation: https://googleapis.dev/python/translation/latest
2929
.. _Product Documentation: https://cloud.google.com/translate/docs
3030

3131
Quick Start

0 commit comments

Comments
 (0)