Skip to content

Commit c61c8c7

Browse files
authored
docs: Fix broken links to hash and json data types (#421)
https://redislabs.atlassian.net/browse/DOC-5930 Two links on the page https://redis.io/docs/latest/develop/ai/redisvl/user_guide/hash_vs_json/ were broken.
1 parent b33a4db commit c61c8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/05_hash_vs_json.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"\n",
1111
"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",
12-
"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",
12+
"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",
1313
"\n",
1414
"\n",
1515
"Before running this notebook, be sure to\n",

0 commit comments

Comments
 (0)