Skip to content

Commit 7436460

Browse files
authored
DEV: fix a couple of redis-py links (#1263)
1 parent 827dc22 commit 7436460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/clients/redis-py/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ r.hgetall('user-session:123')
8080

8181
## More information
8282

83-
The [`redis-py`](https://redis-py.readthedocs.io/en/stable/index.html) website
84-
has a [command reference](https://redis-py.readthedocs.io/en/stable/commands.html)
83+
The [`redis-py`](https://redis.readthedocs.io/en/stable/index.html) website
84+
has a [command reference](https://redis.readthedocs.io/en/stable/commands.html)
8585
and some [tutorials](https://redis.readthedocs.io/en/stable/examples.html) for
8686
various tasks. There are also some examples in the
8787
[GitHub repository](https://github.com/redis/redis-py) for `redis-py`.

0 commit comments

Comments
 (0)