From 41bd7f508adb61514f583b07646ffd14fbb4a941 Mon Sep 17 00:00:00 2001 From: Nicolaus Weidner Date: Thu, 6 Nov 2025 14:17:46 +0100 Subject: [PATCH] DOC-5930: Fix links to hash and json data types --- docs/user_guide/05_hash_vs_json.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/05_hash_vs_json.ipynb b/docs/user_guide/05_hash_vs_json.ipynb index b6e9d71a..08ebedc1 100644 --- a/docs/user_guide/05_hash_vs_json.ipynb +++ b/docs/user_guide/05_hash_vs_json.ipynb @@ -9,7 +9,7 @@ "\n", "\n", "Out of the box, Redis provides a [variety of data structures](https://redis.com/redis-enterprise/data-structures/) that can adapt to your domain specific applications and use cases.\n", - "In this notebook, we will demonstrate how to use RedisVL with both [Hash](https://redis.io/docs/data-types/hashes/) and [JSON](https://redis.io/docs/data-types/json/) data.\n", + "In this notebook, we will demonstrate how to use RedisVL with both [Hash](https://redis.io/docs/latest/develop/data-types/#hashes) and [JSON](https://redis.io/docs/latest/develop/data-types/json/) data.\n", "\n", "\n", "Before running this notebook, be sure to\n",