diff --git a/README.md b/README.md index 33c97c1..e3d1b6e 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ # RedisJSON2 -RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [Redis](https://redis.io/) module that implements [ECMA-404 The JSON Data Interchange Standard](http://json.org/) as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents). +RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [Redis](https://redis.io/) module that implements [ECMA-404 The JSON Data Interchange Standard](https://json.org/) as a native data type. It allows storing, updating and fetching JSON values from Redis keys (documents). ## Primary features: * Full support of the JSON standard -* [JSONPath](http://goessner.net/articles/JsonPath/) syntax for selecting elements inside documents +* [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 -* Secondery index support based on [RediSeach](http://redisearch.io) +* Secondary index support based on [RediSearch](https://redisearch.io) ## Quick start