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

Commit

Permalink
docs: fix pypi link (#46)
Browse files Browse the repository at this point in the history
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> 🦕
  • Loading branch information
busunkim96 committed Oct 19, 2020
1 parent 92f3cc1 commit 5162674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -14,8 +14,8 @@ language, computer vision, translation, and AutoML.
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-service-directory.svg
:target: https://pypi.org/project/google-cloud-service-directory/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-directory.svg
:target: https://pypi.org/project/google-cloud-service-directory/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-documentai.svg
:target: https://pypi.org/project/google-cloud-documentai/
.. _Cloud Document AI API: https://cloud.google.com/document-understanding/docs/
.. _Client Library Documentation: https://googleapis.dev/python/documentai/latest
.. _Product Documentation: https://cloud.google.com/document-understanding/docs/
Expand Down Expand Up @@ -81,4 +81,4 @@ Next Steps
APIs that we cover.

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

0 comments on commit 5162674

Please sign in to comment.