From 5e4c5419be02675c2cf4b464c107318041e11b0b Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Mon, 15 Nov 2021 17:53:42 -0500 Subject: [PATCH] chore: update doc links from googleapis.dev to cloud.google.com --- .repo-metadata.json | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index bc2650da..3dcd2482 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,7 +2,7 @@ "name": "documentai", "name_pretty": "Cloud Document Understanding API", "product_documentation": "https://cloud.google.com/document-understanding/docs/", - "client_documentation": "https://googleapis.dev/python/documentai/latest", + "client_documentation": "https://cloud.google.com/python/docs/reference/documentai/latest", "issue_tracker": "", "release_level": "ga", "language": "python", diff --git a/README.rst b/README.rst index e42928fe..c772006e 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ language, computer vision, translation, and AutoML. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-documentai.svg :target: https://pypi.org/project/google-cloud-documentai/ .. _Cloud Document AI API: https://cloud.google.com/document-understanding/docs/ -.. _Client Library Documentation: https://googleapis.dev/python/documentai/latest +.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/documentai/latest .. _Product Documentation: https://cloud.google.com/document-understanding/docs/ Quick Start