Skip to content

Commit

Permalink
docs: link to docs on googleapis, edit old links (googleapis#432)
Browse files Browse the repository at this point in the history
* Link to docs on googleapis.dev, not readthedocs
* Edit old repo links to use org googleapis, not GoogleCloudPlatform
  • Loading branch information
busunkim96 authored Jan 23, 2020
1 parent 52a733d commit 1b9de8d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
Google Auth Python Library
==========================

|docs| |pypi|
|pypi|

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

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

Expand Down Expand Up @@ -35,7 +33,7 @@ Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Documentation
-------------

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

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

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

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

License
-------

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

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

0 comments on commit 1b9de8d

Please # to comment.