We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8707c2a commit 95d9289Copy full SHA for 95d9289
1 file changed
synthtool/gcp/templates/python_library/README.rst
@@ -15,7 +15,7 @@ Python Client for {{ metadata['repo']['name_pretty'] }} API
15
.. |versions| image:: https://img.shields.io/pypi/pyversions/{{ metadata['repo']['distribution_name'] }}.svg
16
:target: https://pypi.org/project/{{ metadata['repo']['distribution_name'] }}/
17
.. _{{ metadata['repo']['name_pretty'] }} API: {{ metadata['repo']['product_documentation'] }}
18
-.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/{{ metadata['repo']['api_shortname'] }}/latest
+.. _Client Library Documentation: {{ metadata['repo']['client_documentation'] }}
19
.. _Product Documentation: {{ metadata['repo']['product_documentation'] }}
20
21
Quick Start
0 commit comments