From 418038b18d36cf009a469c6f0cff297a97721a0a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 1 Nov 2023 11:00:09 -0400 Subject: [PATCH] chore: use the package name in the docs url for new packages --- containers/python-bootstrap-container/.repo-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/python-bootstrap-container/.repo-metadata.json b/containers/python-bootstrap-container/.repo-metadata.json index eb578a21cd2d..5f2b28a94568 100644 --- a/containers/python-bootstrap-container/.repo-metadata.json +++ b/containers/python-bootstrap-container/.repo-metadata.json @@ -1,9 +1,9 @@ { - "name": "apiName", + "name": "apiPackage", "name_pretty": "apiPrettyName", "api_description": "", "product_documentation": "apiProductDocumentation", - "client_documentation": "https://cloud.google.com/python/docs/reference/apiName/latest", + "client_documentation": "https://cloud.google.com/python/docs/reference/apiPackage/latest", "issue_tracker": "https://github.com/googleapis/google-cloud-python/issues", "release_level": "preview", "language": "python",