summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryanivhershkovich <48108541+yanivhershkovich@users.noreply.github.com>2021-12-21 22:30:22 -0800
committerGitHub <noreply@github.com>2021-12-22 08:30:22 +0200
commit01fedafedbdd464600f6fbcf7d21a93333b24f7f (patch)
tree6cbbd51d0dfe08ab624b4f5c97c2b1e64b2a43b7
parent271218e60613513e63947a033f4bee4a7f988289 (diff)
downloadredis-py-01fedafedbdd464600f6fbcf7d21a93333b24f7f.tar.gz
Update redismodules.rst (#1822)
Updated links to RediSearch, RedisGraph and RedisBloom sites as they were all pointing to RedisJSON instead.
-rw-r--r--docs/redismodules.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/redismodules.rst b/docs/redismodules.rst
index 0cb8c49..53a5008 100644
--- a/docs/redismodules.rst
+++ b/docs/redismodules.rst
@@ -44,7 +44,7 @@ These are the commands for interacting with the `RedisJSON module <https://redis
RediSearch Commands
*******************
-These are the commands for interacting with the `RediSearch module <https://redisjson.io>`_. Below is a brief example, as well as documentation on the commands themselves.
+These are the commands for interacting with the `RediSearch module <https://redisearch.io>`_. Below is a brief example, as well as documentation on the commands themselves.
**Create a search index, and display its information**
@@ -64,7 +64,7 @@ These are the commands for interacting with the `RediSearch module <https://redi
RedisGraph Commands
*******************
-These are the commands for interacting with the `RedisGraph module <https://redisjson.io>`_. Below is a brief example, as well as documentation on the commands themselves.
+These are the commands for interacting with the `RedisGraph module <https://redisgraph.io>`_. Below is a brief example, as well as documentation on the commands themselves.
**Create a graph, adding two nodes**
@@ -97,7 +97,7 @@ These are the commands for interacting with the `RedisGraph module <https://redi
RedisBloom Commands
*******************
-These are the commands for interacting with the `RedisBloom module <https://redisjson.io>`_. Below is a brief example, as well as documentation on the commands themselves.
+These are the commands for interacting with the `RedisBloom module <https://redisbloom.io>`_. Below is a brief example, as well as documentation on the commands themselves.
**Create and add to a bloom filter**