Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken client library links in newly generated client libraries due to invalid value for client_documentation #11193

Closed
parthea opened this issue May 26, 2023 · 0 comments · Fixed by #11959
Labels
type: process A process-related concern. May include testing, release, or the like.

Comments

@parthea
Copy link
Contributor

parthea commented May 26, 2023

Several new client libraries had broken documentation links when they were generated using the bootstrapping container.

The issue is that the client library documentation links differ depending on whether the client library is for a product which is part of Google Cloud. When the client library belongs to Google Cloud, the client library documentation will be located at "https://cloud.google.com/python/docs/reference/<apiName>/latest", otherwise it will be located at "https://googleapis.dev/python/<apiName>/latest".

The client_documentation value should be populated dynamically instead of hardcoded here:

"client_documentation": "https://cloud.google.com/python/docs/reference/apiName/latest",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant