summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-01-18 17:51:31 +0200
committerGitHub <noreply@github.com>2022-01-18 17:51:31 +0200
commitc605690051baff404123e7fe328ac4e50eb00e72 (patch)
tree7dbceeb06d989c16af7eba5aa545697f01ef0122
parent90295ea422dffe54689458acc995d71aa16e0979 (diff)
downloadredis-py-c605690051baff404123e7fe328ac4e50eb00e72.tar.gz
direct link to readthedocs (#1885)
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8e7670..166e80c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
The Python interface to the Redis key-value store.
[![CI](https://github.com/redis/redis-py/workflows/CI/badge.svg?branch=master)](https://github.com/redis/redis-py/actions?query=workflow%3ACI+branch%3Amaster)
-[![docs](https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat)](https://redis-py.readthedocs.io/en/stable/)
+[![docs](https://readthedocs.org/projects/redis/badge/?version=stable&style=flat)](https://redis-py.readthedocs.io/en/stable/)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![pypi](https://badge.fury.io/py/redis.svg)](https://pypi.org/project/redis/)
[![codecov](https://codecov.io/gh/redis/redis-py/branch/master/graph/badge.svg?token=yenl5fzxxr)](https://codecov.io/gh/redis/redis-py)
@@ -41,6 +41,8 @@ or from source:
$ python setup.py install
```
+View the current documentation [here](https://readthedocs.org/projects/redis/).
+
## Contributing
Want to contribute a feature, bug fix, or report an issue? Check out