Skip to content

Commit 95d9289

Browse files
authored
chore(python): allow client documentation to be customized in README (#1484)
1 parent 8707c2a commit 95d9289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synthtool/gcp/templates/python_library/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python Client for {{ metadata['repo']['name_pretty'] }} API
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/{{ metadata['repo']['distribution_name'] }}.svg
1616
:target: https://pypi.org/project/{{ metadata['repo']['distribution_name'] }}/
1717
.. _{{ 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
18+
.. _Client Library Documentation: {{ metadata['repo']['client_documentation'] }}
1919
.. _Product Documentation: {{ metadata['repo']['product_documentation'] }}
2020

2121
Quick Start

0 commit comments

Comments
 (0)