From bf2cffe85843cc53abf6d3649332447471af3119 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Thu, 6 Mar 2025 06:43:05 -0800 Subject: [PATCH] DEV: fix a couple of redis-py links --- content/develop/clients/redis-py/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.