From 24273650372acffdc451f7f5471444ed5e62c13a Mon Sep 17 00:00:00 2001 From: Niklas Becker <48069565+niklasbec@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:36:14 +0100 Subject: [PATCH] fix: update redis university url, the old link doesn't work (#3481) * fix: update redis university url * fix: add comment to changes --------- Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com> --- CHANGES | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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/)