Skip to content

Commit 096bf71

Browse files
various link updates
1 parent d9d6564 commit 096bf71

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ poetry run serve-docs
8787

8888
### Getting Redis
8989

90-
In order for your applications to use RedisVL, you must have [Redis](https://redis.io) accessible with Search & Query features enabled on [Redis Cloud](https://redis.com/try-free) or locally in docker with [Redis Stack](https://redis.io/docs/getting-started/install-stack/docker/):
90+
In order for your applications to use RedisVL, you must have [Redis](https://redis.io) accessible with Search & Query features enabled on [Redis Cloud](https://redis.io/cloud/) or locally in docker with [Redis Stack](https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/docker/):
9191

9292
```bash
9393
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
9494
```
9595

96-
This will also spin up the [FREE RedisInsight GUI](https://redis.com/redis-enterprise/redis-insight/) at `http://localhost:8001`.
96+
This will also spin up the [FREE RedisInsight GUI](https://redis.io/insight/) at `http://localhost:8001`.
9797

9898
## How to Report a Bug
9999

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Choose from multiple Redis deployment options:
6262
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
6363
```
6464
3. [Redis Enterprise](https://redis.io/enterprise/): Commercial, self-hosted database
65-
4. [Azure Cache for Redis Enterprise](https://learn.microsoft.com/azure/azure-cache-for-redis/quickstart-create-redis-enterprise): Fully managed Redis Enterprise on Azure
65+
4. [Azure Managed Redis](https://azure.microsoft.com/en-us/products/managed-redis): Fully managed Redis Enterprise on Azure
6666

67-
> Enhance your experience and observability with the free [Redis Insight GUI](https://redis.com/redis-enterprise/redis-insight/).
67+
> Enhance your experience and observability with the free [Redis Insight GUI](https://redis.io/insight/).
6868

6969

7070
# Overview
@@ -371,4 +371,4 @@ For additional help, check out the following resources:
371371
Please help us by contributing PRs, opening GitHub issues for bugs or new feature ideas, improving documentation, or increasing test coverage. [Read more about how to contribute!](CONTRIBUTING.md)
372372

373373
## 🚧 Maintenance
374-
This project is supported by [Redis, Inc](https://redis.com) on a good faith effort basis. To report bugs, request features, or receive assistance, please [file an issue](https://github.com/redis/redis-vl-python/issues).
374+
This project is supported by [Redis, Inc](https://redis.io) on a good faith effort basis. To report bugs, request features, or receive assistance, please [file an issue](https://github.com/redis/redis-vl-python/issues).

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Install `redisvl` into your Python (>=3.8) environment using `pip`:
3939
pip install redisvl
4040
```
4141

42-
Then make sure to have [Redis](https://redis.io) accessible with Search & Query features enabled on [Redis Cloud](https://redis.com/try-free) or locally in docker with [Redis Stack](https://redis.io/docs/getting-started/install-stack/docker/):
42+
Then make sure to have [Redis](https://redis.io) accessible with Search & Query features enabled on [Redis Cloud](https://redis.io/cloud) or locally in docker with [Redis Stack](https://redis.io/docs/getting-started/install-stack/docker/):
4343

4444
```bash
4545
docker run -d --name redis -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
4646
```
4747

48-
This will also spin up the [Redis Insight GUI](https://redis.com/redis-enterprise/redis-insight/) at `http://localhost:8001`.
48+
This will also spin up the [Redis Insight GUI](https://redis.io/insight/) at `http://localhost:8001`.
4949

5050

5151
## Table of Contents

docs/overview/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ $ pip install -e .
5555
RedisVL requires a distribution of Redis that supports the [Search and Query](https://redis.com/modules/redis-search/) capability of which there are 3:
5656

5757
offering
58-
1. [Redis Cloud](https://redis.com/try-free), a fully managed cloud offering
58+
1. [Redis Cloud](https://redis.io/cloud), a fully managed cloud offering
5959
2. [Redis Stack](https://redis.io/docs/getting-started/install-stack/docker/), a local docker image for testing and development
6060
3. [Redis Enterprise](https://redis.com/redis-enterprise/), a commercial self-hosted
6161

6262

6363

6464
### Redis Cloud
6565

66-
Redis Cloud is the easiest way to get started with RedisVL. You can sign up for a free account [here](https://redis.com/try-free). Make sure to have the `Search and Query`
66+
Redis Cloud is the easiest way to get started with RedisVL. You can sign up for a free account [here](https://redis.io/cloud). Make sure to have the `Search and Query`
6767
capability enabled when creating your database.
6868

6969

@@ -76,11 +76,11 @@ in a docker container. To do so, run the following command:
7676
docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest
7777
```
7878

79-
This will also spin up the [Redis Insight GUI](https://redis.com/redis-enterprise/redis-insight/) at `http://localhost:8001`.
79+
This will also spin up the [Redis Insight GUI](https://redis.io/insight/) at `http://localhost:8001`.
8080

8181

8282
### Redis Enterprise (self-hosted)
8383

84-
Redis Enterprise is a commercial offering that can be self-hosted. You can download the latest version [here](https://redis.com/redis-enterprise-software/download-center/software/).
84+
Redis Enterprise is a commercial offering that can be self-hosted. You can download the latest version [here](https://redis.io/downloads/).
8585

8686
If you are considering a self-hosted Redis Enterprise deployment on Kubernetes, there is the [Redis Enterprise Operator](https://docs.redis.com/latest/kubernetes/) for Kubernetes. This will allow you to easily deploy and manage a Redis Enterprise cluster on Kubernetes.

docs/user_guide/openai_qna_09.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"source": [
4747
"# first we need to install a few things\n",
4848
"\n",
49-
"%pip install pandas wget tenacity tiktoken openai==1.13.0"
49+
"!pip install pandas wget tenacity tiktoken openai==1.13.0"
5050
]
5151
},
5252
{

0 commit comments

Comments
 (0)