Skip to content

Commit

Permalink
more link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson committed Jan 9, 2025
1 parent 083580e commit 4b9facd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/getting_started_01.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"\n",
"Prerequisites:\n",
"- Ensure `redisvl` is installed in your Python environment.\n",
"- Have a running instance of [Redis Stack](https://redis.io/docs/install/install-stack/) or [Redis Cloud](https://redis.com/try-free).\n",
"- Have a running instance of [Redis Stack](https://redis.io/docs/install/install-stack/) or [Redis Cloud](https://redis.io/cloud).\n",
"\n",
"_____"
]
Expand Down Expand Up @@ -711,7 +711,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.11.10"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/hash_vs_json_05.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"docker run -d -p 6379:6379 -p 8001:8001 redis/redis-stack:latest\n",
"```\n",
"\n",
"Or create a [FREE Redis Cloud](https://redis.com/try-free)."
"Or create a [FREE Redis Cloud](https://redis.io/cloud)."
]
},
{
Expand Down

0 comments on commit 4b9facd

Please sign in to comment.