Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 5162674

Browse files
authored
docs: fix pypi link (#46)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-documentai/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 92f3cc1 commit 5162674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ language, computer vision, translation, and AutoML.
1414
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-service-directory.svg
1616
:target: https://pypi.org/project/google-cloud-service-directory/
17-
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-directory.svg
18-
:target: https://pypi.org/project/google-cloud-service-directory/
17+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-documentai.svg
18+
:target: https://pypi.org/project/google-cloud-documentai/
1919
.. _Cloud Document AI API: https://cloud.google.com/document-understanding/docs/
2020
.. _Client Library Documentation: https://googleapis.dev/python/documentai/latest
2121
.. _Product Documentation: https://cloud.google.com/document-understanding/docs/
@@ -81,4 +81,4 @@ Next Steps
8181
APIs that we cover.
8282

8383
.. _Cloud Document AI API Product documentation: https://cloud.google.com/document-understanding/docs/
84-
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
84+
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

0 commit comments

Comments
 (0)