From c6a675ff57d1c7386716aa55efa2f06f6e70993e Mon Sep 17 00:00:00 2001 From: Niklas Becker <48069565+niklasbec@users.noreply.github.com> Date: Sun, 19 Jan 2025 22:33:06 +0100 Subject: [PATCH 1/2] fix: update redis university url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08eff587be..98ddee5b52 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Python interface to the Redis key-value store. ## How do I Redis? -[Learn for free at Redis University](https://redis.io/university/) +[Learn for free at Redis University](https://redis.io/learn/university) [Try the Redis Cloud](https://redis.io/try-free/) From 387ddde140854a8bc88d4fddbbac74c0dcfab65f Mon Sep 17 00:00:00 2001 From: Niklas Becker <48069565+niklasbec@users.noreply.github.com> Date: Sun, 19 Jan 2025 22:37:45 +0100 Subject: [PATCH 2/2] fix: add comment to changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 8750128b05..bd96846b6d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + * Update URL in the readme linking to Redis University * Move doctests (doc code examples) to main branch * Update `ResponseT` type hint * Allow to control the minimum SSL version