Skip to content

Commit

Permalink
Merge pull request #1202 from joshrotenberg/fix-readme-links
Browse files Browse the repository at this point in the history
Fix old links in the README
  • Loading branch information
LiorKogan committed Apr 16, 2024
2 parents 53a55b2 + 8b556bc commit 79c7497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RedisJSON is a [Redis](https://redis.io/) module that implements [ECMA-404 The J
* [JSONPath](https://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents
* Documents are stored as binary data in a tree structure, allowing fast access to sub-elements
* Typed atomic operations for all JSON values types
* Secondary index support when combined with [RediSearch](https://redisearch.io)
* Secondary index support when combined with [RediSearch](https://redis.io/docs/latest/develop/interact/search-and-query/)

## Quick start

Expand All @@ -31,7 +31,7 @@ docker run -p 6379:6379 --name redis-stack redis/redis-stack:latest

## Documentation

Read the docs at <http://redisjson.io>
Read the docs at <https://redis.io/docs/latest/develop/data-types/json/>

### How do I Redis?

Expand Down

0 comments on commit 79c7497

Please sign in to comment.