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

Commit 97821d7

Browse files
authored
docs: correct links to product documentation (#77)
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-security-private-ca/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 170f9be commit 97821d7

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
@@ -18,7 +18,7 @@ within infrastructure and cloud native applications.
1818
:target: https://pypi.org/project/google-cloud-private-ca/
1919
.. _Certificate Authority Service: https://cloud.google.com/certificate-authority-service
2020
.. _Client Library Documentation: https://googleapis.dev/python/privateca/latest
21-
.. _Product Documentation: https://cloud.google.com/certificate-authority-service
21+
.. _Product Documentation: https://cloud.google.com/certificate-authority-service/docs
2222

2323
Quick Start
2424
-----------
@@ -80,5 +80,5 @@ Next Steps
8080
- View this `README`_ to see the full list of Cloud
8181
APIs that we cover.
8282

83-
.. _Certificate Authority Service Product documentation: https://cloud.google.com/privateca/docs
84-
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
83+
.. _Certificate Authority Service Product documentation: https://cloud.google.com/certificate-authority-service/docs
84+
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst

0 commit comments

Comments
 (0)