summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Salcedo <salcedo@users.noreply.github.com>2020-07-28 12:41:16 -0400
committerGitHub <noreply@github.com>2020-07-28 22:41:16 +0600
commit2314124747188632ebd984b7a0eb4c23366c1125 (patch)
treeef46d9b6082171614968475879d45fb243d01b06
parent617831697f87207533cca2d85f9924855a875a6e (diff)
downloadpyjwt-2314124747188632ebd984b7a0eb4c23366c1125.tar.gz
Default links to stable version of documentation (#508)
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3770d36..30fbbc8 100644
--- a/README.rst
+++ b/README.rst
@@ -13,8 +13,8 @@ PyJWT
.. image:: https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master
:target: https://coveralls.io/r/jpadilla/pyjwt?branch=master
-.. image:: https://readthedocs.org/projects/pyjwt/badge/?version=latest
- :target: https://pyjwt.readthedocs.io
+.. image:: https://readthedocs.org/projects/pyjwt/badge/?version=stable
+ :target: https://pyjwt.readthedocs.io/en/stable/
A Python implementation of `RFC 7519 <https://tools.ietf.org/html/rfc7519>`_. Original implementation was written by `@progrium <https://github.com/progrium>`_.
@@ -68,7 +68,7 @@ See more options executing ``pyjwt --help``.
Documentation
-------------
-View the full docs online at https://pyjwt.readthedocs.io/en/latest/
+View the full docs online at https://pyjwt.readthedocs.io/en/stable/
Tests