Skip to content

Commit 8c29d2e

Browse files
authored
docs: update readme to point to current docs url (#241)
docs: update readme docs url This fixes #237.
1 parent e100b63 commit 8c29d2e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ oauthlib integration for Google Auth
66
This library provides `oauthlib`_ integration with `google-auth`_.
77

88
.. |build| image:: https://travis-ci.org/googleapis/google-auth-library-python-oauthlib.svg?branch=main
9-
:target: https://travis-ci.org/googleapis/google-auth-library-python-oauthlib
10-
.. |docs| image:: https://readthedocs.org/projects/google-auth-oauthlib/badge/?version=latest
11-
:target: https://google-auth-oauthlib.readthedocs.io/en/latest/
9+
:target: https://googleapis.dev/python/google-auth-oauthlib/latest/index.html
1210
.. |pypi| image:: https://img.shields.io/pypi/v/google-auth-oauthlib.svg
1311
:target: https://pypi.python.org/pypi/google-auth-oauthlib
1412

@@ -27,9 +25,9 @@ You can install using `pip`_::
2725
Documentation
2826
-------------
2927

30-
The latest documentation is available at `google-auth-oauthlib.readthedocs.io`_.
28+
The latest documentation is available at `google-auth-oauthlib.googleapis.dev`_.
3129

32-
.. _google-auth-oauthlib.readthedocs.io: http://google-auth-oauthlib.readthedocs.io/
30+
.. _google-auth-oauthlib.googleapis.dev: https://googleapis.dev/python/google-auth-oauthlib/latest/index.html
3331

3432
Supported Python Versions
3533
-------------------------

0 commit comments

Comments
 (0)