From 9aef5fec6a30e985a208d86333cf290dda28b7a7 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Wed, 29 Apr 2020 12:56:55 -0700 Subject: point docs link to "stable" version --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index da77dd3..83a163f 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ The Python interface to the Redis key-value store. .. image:: https://secure.travis-ci.org/andymccurdy/redis-py.svg?branch=master :target: https://travis-ci.org/andymccurdy/redis-py -.. image:: https://readthedocs.org/projects/redis-py/badge/?version=latest&style=flat - :target: https://redis-py.readthedocs.io/en/latest/ +.. image:: https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat + :target: https://redis-py.readthedocs.io/en/stable/ .. image:: https://badge.fury.io/py/redis.svg :target: https://pypi.org/project/redis/ .. image:: https://codecov.io/gh/andymccurdy/redis-py/branch/master/graph/badge.svg -- cgit v1.2.1