summary refs log tree commit diff
diff options
context:
space:
mode:
authorH-Shay <H-Shay@users.noreply.github.com>2022-04-05 00:41:04 +0000
committerH-Shay <H-Shay@users.noreply.github.com>2022-04-05 00:41:04 +0000
commit69e2718bad7473ceb23a975c2cbbd4ad722c599c (patch)
tree4a5a2a3b3a11989cb3dd21e91d5e0f6a522388e7
parentdeploy: 993d90f82ba8faace30cbdaace5a8c5a4468b32a (diff)
downloadsynapse-69e2718bad7473ceb23a975c2cbbd4ad722c599c.tar.xz
deploy: f608e6c8cf48d8d5327c5ac04746f4f7f3992e31
-rw-r--r--develop/print.html2
-rw-r--r--develop/workers.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html
index 55ea902ca1..1d8b62d279 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -9027,7 +9027,7 @@ for a higher level overview.</p>
 feeds streams of newly written data between processes so they can be kept in
 sync with the database state.</p>
 <p>When configured to do so, Synapse uses a
-<a href="https://redis.io/topics/pubsub">Redis pub/sub channel</a> to send the replication
+<a href="https://redis.io/docs/manual/pubsub/">Redis pub/sub channel</a> to send the replication
 stream between all configured Synapse processes. Additionally, processes may
 make HTTP requests to each other, primarily for operations which need to wait
 for a reply ─ such as sending an event.</p>
diff --git a/develop/workers.html b/develop/workers.html
index db0928a810..4eca9c5e89 100644
--- a/develop/workers.html
+++ b/develop/workers.html
@@ -204,7 +204,7 @@ for a higher level overview.</p>
 feeds streams of newly written data between processes so they can be kept in
 sync with the database state.</p>
 <p>When configured to do so, Synapse uses a
-<a href="https://redis.io/topics/pubsub">Redis pub/sub channel</a> to send the replication
+<a href="https://redis.io/docs/manual/pubsub/">Redis pub/sub channel</a> to send the replication
 stream between all configured Synapse processes. Additionally, processes may
 make HTTP requests to each other, primarily for operations which need to wait
 for a reply ─ such as sending an event.</p>