Skip to content

Commit fe7a513

Browse files
authored
chore: update minor typo in documentation link (#53)
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: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-functions/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #52 🦕
1 parent 427208a commit fe7a513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-functions/docs/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python Client for Cloud Functions
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-functions.svg
1616
:target: https://pypi.org/project/google-cloud-functions
1717
.. _Cloud Functions API: https://cloud.google.com/functions/
18-
.. _Client Library Documentation: https://googleapis.dev/python/cloudfunctionslatest
18+
.. _Client Library Documentation: https://googleapis.dev/python/cloudfunctions/latest
1919
.. _Product Documentation: https://cloud.google.com/functions/
2020

2121
Quick Start
@@ -79,4 +79,4 @@ Next Steps
7979
APIs that we cover.
8080

8181
.. _Cloud Functions API Product documentation: https://cloud.google.com/functions/docs
82-
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
82+
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

0 commit comments

Comments
 (0)