@@ -3,14 +3,14 @@ redis-py
33
44The Python interface to the Redis key-value store.
55
6- .. image :: https://github.com/andymccurdy /redis-py/workflows/CI/badge.svg?branch=master
7- :target: https://github.com/andymccurdy /redis-py/actions?query=workflow%3ACI+branch%3Amaster
6+ .. image :: https://github.com/redis /redis-py/workflows/CI/badge.svg?branch=master
7+ :target: https://github.com/redis /redis-py/actions?query=workflow%3ACI+branch%3Amaster
88.. image :: https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat
99 :target: https://redis-py.readthedocs.io/en/stable/
1010.. image :: https://badge.fury.io/py/redis.svg
1111 :target: https://pypi.org/project/redis/
12- .. image :: https://codecov.io/gh/andymccurdy /redis-py/branch/master/graph/badge.svg
13- :target: https://codecov.io/gh/andymccurdy /redis-py
12+ .. image :: https://codecov.io/gh/redis /redis-py/branch/master/graph/badge.svg
13+ :target: https://codecov.io/gh/redis /redis-py
1414
1515
1616Python 2 Compatibility Note
@@ -51,7 +51,7 @@ Contributing
5151------------
5252
5353Want to contribute a feature, bug report, or report an issue? Check out our `guide to
54- contributing <https://github.com/andymccurdy /redis-py/blob/master/CONTRIBUTING.rst> `_.
54+ contributing <https://github.com/redis /redis-py/blob/master/CONTRIBUTING.rst> `_.
5555
5656
5757Getting Started
@@ -127,7 +127,7 @@ SSL Connections
127127
128128redis-py 3.0 changes the default value of the `ssl_cert_reqs ` option from
129129`None ` to `'required' `. See
130- `Issue 1016 <https://github.com/andymccurdy /redis-py/issues/1016 >`_. This
130+ `Issue 1016 <https://github.com/redis /redis-py/issues/1016 >`_. This
131131change enforces hostname validation when accepting a cert from a remote SSL
132132terminator. If the terminator doesn't properly set the hostname on the cert
133133this will cause redis-py 3.0 to raise a ConnectionError.
@@ -284,7 +284,7 @@ to the official command syntax. There are a few exceptions:
284284 will return a PubSub instance where you can subscribe to channels and listen
285285 for messages. You can only call PUBLISH from the Redis client (see
286286 `this comment on issue #151
287- <https://github.com/andymccurdy /redis-py/issues/151#issuecomment-1545015> `_
287+ <https://github.com/redis /redis-py/issues/151#issuecomment-1545015> `_
288288 for details).
289289* **SCAN/SSCAN/HSCAN/ZSCAN **: The \* SCAN commands are implemented as they
290290 exist in the Redis documentation. In addition, each command has an equivalent
@@ -952,7 +952,7 @@ Author
952952^^^^^^
953953
954954redis-py is developed and maintained by Andy McCurdy (sedrik@gmail.com).
955- It can be found here: https://github.com/andymccurdy /redis-py
955+ It can be found here: https://github.com/redis /redis-py
956956
957957Special thanks to:
958958
0 commit comments