Skip to content

Commit e30dc29

Browse files
authored
Update links in README (#3974)
1 parent f1750fa commit e30dc29

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@ Are you looking for a high-level library to handle object mapping? See [redis-om
1616

1717
## How do I Redis?
1818

19-
[Learn for free at Redis University](https://university.redis.com/)
19+
[Learn for free at Redis University](https://university.redis.io/academy/)
2020

21-
[Build faster with the Redis Launchpad](https://launchpad.redis.com/)
21+
[Try the Redis Cloud](https://redis.io/try-free/)
2222

23-
[Try the Redis Cloud](https://redis.com/try-free/)
23+
[Dive in developer tutorials](https://redis.io/learn/)
2424

25-
[Dive in developer tutorials](https://developer.redis.com/)
25+
[Join the Redis community](https://redis.io/community/)
2626

27-
[Join the Redis community](https://redis.com/community/)
28-
29-
[Work at Redis](https://redis.com/company/careers/jobs/)
27+
[Work at Redis](https://redis.io/careers/jobs/)
3028

3129
## Supported Redis versions
3230

@@ -125,15 +123,15 @@ jedis.sadd("planets", "Mars");
125123
## Using Redis modules
126124

127125
Jedis includes support for [Redis modules](https://redis.io/docs/modules/) such as
128-
[RedisJSON](https://oss.redis.com/redisjson/) and [RediSearch](https://oss.redis.com/redisearch/).
126+
[RedisJSON](https://redis.io/json/) and [RediSearch](https://redis.io/search/).
129127

130128
See the [RedisJSON Jedis](docs/redisjson.md) or [RediSearch Jedis](docs/redisearch.md) for details.
131129

132130
## Failover
133131

134132
Jedis supports retry and failover for your Redis deployments. This is useful when:
135133

136-
1. You have more than one Redis deployment. This might include two independent Redis servers or two or more Redis databases replicated across multiple [active-active Redis Enterprise](https://docs.redis.com/latest/rs/databases/active-active/) clusters.
134+
1. You have more than one Redis deployment. This might include two independent Redis servers or two or more Redis databases replicated across multiple [active-active Redis Enterprise](https://redis.io/docs/latest/operate/rs/databases/active-active/) clusters.
137135
2. You want your application to connect to one deployment at a time and to fail over to the next available deployment if the first deployment becomes unavailable.
138136

139137
For the complete failover configuration options and examples, see the [Jedis failover docs](docs/failover.md).
@@ -170,4 +168,4 @@ Jedis is licensed under the [MIT license](https://github.com/redis/jedis/blob/ma
170168

171169
## Sponsorship
172170

173-
[![Redis Logo](redis-logo-full-color-rgb.png)](https://redis.com/)
171+
[![Redis Logo](redis-logo-full-color-rgb.png)](https://redis.io/)

0 commit comments

Comments
 (0)