From 5162674091b9a2111b90eb26739b4e11f9119582 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:06:02 -0600 Subject: [PATCH] docs: fix pypi link (#46) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 # 🦕 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f797d7a3..bbf479cd 100644 --- a/README.rst +++ b/README.rst @@ -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/ @@ -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 \ No newline at end of file +.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst