Skip to content

Commit 1b9de8d

Browse files
authored
docs: link to docs on googleapis, edit old links (#432)
* Link to docs on googleapis.dev, not readthedocs * Edit old repo links to use org googleapis, not GoogleCloudPlatform
1 parent 52a733d commit 1b9de8d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Google Auth Python Library
22
==========================
33

4-
|docs| |pypi|
4+
|pypi|
55

66
This library simplifies using Google's various server-to-server authentication
77
mechanisms to access Google APIs.
88

9-
.. |docs| image:: https://readthedocs.org/projects/google-auth/badge/?version=latest
10-
:target: https://google-auth.readthedocs.io/en/latest/
119
.. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg
1210
:target: https://pypi.python.org/pypi/google-auth
1311

@@ -35,7 +33,7 @@ Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
3533
Documentation
3634
-------------
3735

38-
Google Auth Python Library has usage and reference documentation at `google-auth.readthedocs.io <https://google-auth.readthedocs.io>`_.
36+
Google Auth Python Library has usage and reference documentation at https://googleapis.dev/python/google-auth/latest/index.html.
3937

4038
Current Maintainers
4139
-------------------
@@ -55,11 +53,11 @@ Contributions to this library are always welcome and highly encouraged.
5553

5654
See `CONTRIBUTING.rst`_ for more information on how to get started.
5755

58-
.. _CONTRIBUTING.rst: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CONTRIBUTING.rst
56+
.. _CONTRIBUTING.rst: https://github.com/googleapis/google-auth-library-python/blob/master/CONTRIBUTING.rst
5957

6058
License
6159
-------
6260

6361
Apache 2.0 - See `the LICENSE`_ for more information.
6462

65-
.. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE
63+
.. _the LICENSE: https://github.com/googleapis/google-auth-library-python/blob/master/LICENSE

0 commit comments

Comments
 (0)