Skip to content

Commit

Permalink
docs: update readme to point to current docs url (#241)
Browse files Browse the repository at this point in the history
docs: update readme docs url
This fixes #237.
  • Loading branch information
clundin25 authored Oct 18, 2022
1 parent e100b63 commit 8c29d2e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ oauthlib integration for Google Auth
This library provides `oauthlib`_ integration with `google-auth`_.

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

Expand All @@ -27,9 +25,9 @@ You can install using `pip`_::
Documentation
-------------

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

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

Supported Python Versions
-------------------------
Expand Down

0 comments on commit 8c29d2e

Please sign in to comment.