fix broken links (#348)
Signed-off-by: wiseaidev <business@wiseai.dev> Signed-off-by: wiseaidev <business@wiseai.dev>
This commit is contained in:
parent
8325e6e111
commit
2e09234b68
4 changed files with 7 additions and 7 deletions
|
@ -744,6 +744,6 @@ If you're a FastAPI user, check out [how to integrate Redis OM with FastAPI](htt
|
|||
|
||||
<!-- Links -->
|
||||
|
||||
[redisearch-url]: https://oss.redis.com/redisearch/
|
||||
[redis-json-url]: https://oss.redis.com/redisjson/
|
||||
[redisearch-url]: https://redis.io/docs/stack/search/
|
||||
[redis-json-url]: https://redis.io/docs/stack/json/
|
||||
[pydantic-url]: https://github.com/samuelcolvin/pydantic
|
||||
|
|
|
@ -22,8 +22,8 @@ So, what won't work without these modules?
|
|||
|
||||
You can use RediSearch and RedisJSON with your self-hosted Redis deployment. Just follow the instructions on installing the binary versions of the modules in their Quick Start Guides:
|
||||
|
||||
- [RedisJSON Quick Start - Running Binaries](https://oss.redis.com/redisjson/#download-and-running-binaries)
|
||||
- [RediSearch Quick Start - Running Binaries](https://oss.redis.com/redisearch/Quick_Start/#download_and_running_binaries)
|
||||
- [RedisJSON Quick Start - Running Binaries](https://redis.io/docs/stack/json/)
|
||||
- [RediSearch Quick Start - Running Binaries](https://redis.io/docs/stack/search/quick_start/)
|
||||
|
||||
**NOTE**: Both of these modules' Quick Start Guides also have instructions on how to run the modules in Redis with Docker.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue