Skip to content

Commit 073db12

Browse files
authored
docs: update RedisJSON documentation link (#3079)
* docs: update RedisJSON documentation link * docs: update RedisJSON path syntax documentation link
1 parent 6eed1ee commit 073db12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/json/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @redis/json
22

3-
This package provides support for the [RedisJSON](https://redis.io/docs/data-types/json/) module, which adds JSON as a native data type to Redis.
3+
This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis.
44

55
Should be used with [`redis`/`@redis/client`](https://github.com/redis/node-redis).
66

@@ -33,7 +33,7 @@ await client.json.set('noderedis:jsondata', '$', {
3333
});
3434
```
3535

36-
For more information about RedisJSON's path syntax, [check out the documentation](https://redis.io/docs/data-types/json/path/).
36+
For more information about RedisJSON's path syntax, [check out the documentation](https://redis.io/docs/latest/develop/data-types/json/path).
3737

3838
### Retrieving JSON Documents from Redis
3939

0 commit comments

Comments
 (0)