Skip to content

Commit dcb6e56

Browse files
authored
docs: update RedisJSON path syntax documentation link
1 parent 26cb2d6 commit dcb6e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)