diff --git a/content/develop/clients/redis-py/_index.md b/content/develop/clients/redis-py/_index.md index 7f3b098216..7b9b513a71 100644 --- a/content/develop/clients/redis-py/_index.md +++ b/content/develop/clients/redis-py/_index.md @@ -80,8 +80,8 @@ r.hgetall('user-session:123') ## More information -The [`redis-py`](https://redis-py.readthedocs.io/en/stable/index.html) website -has a [command reference](https://redis-py.readthedocs.io/en/stable/commands.html) +The [`redis-py`](https://redis.readthedocs.io/en/stable/index.html) website +has a [command reference](https://redis.readthedocs.io/en/stable/commands.html) and some [tutorials](https://redis.readthedocs.io/en/stable/examples.html) for various tasks. There are also some examples in the [GitHub repository](https://github.com/redis/redis-py) for `redis-py`.