Skip to content

Commit c605690

Browse files
authored
direct link to readthedocs (#1885)
1 parent 90295ea commit c605690

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Python interface to the Redis key-value store.
44

55
[![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)
6-
[![docs](https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat)](https://redis-py.readthedocs.io/en/stable/)
6+
[![docs](https://readthedocs.org/projects/redis/badge/?version=stable&style=flat)](https://redis-py.readthedocs.io/en/stable/)
77
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
88
[![pypi](https://badge.fury.io/py/redis.svg)](https://pypi.org/project/redis/)
99
[![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:
4141
$ python setup.py install
4242
```
4343

44+
View the current documentation [here](https://readthedocs.org/projects/redis/).
45+
4446
## Contributing
4547

4648
Want to contribute a feature, bug fix, or report an issue? Check out

0 commit comments

Comments
 (0)