summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-04-04 17:40:31 -0700
committerGitHub <noreply@github.com>2022-04-04 17:40:31 -0700
commitf608e6c8cf48d8d5327c5ac04746f4f7f3992e31 (patch)
treeb65f230b1a069712d94d1faf53fef5b38af1a989 /docs/workers.md
parentAllow non-member state sent in room batch to resolve for historic events (MSC... (diff)
downloadsynapse-f608e6c8cf48d8d5327c5ac04746f4f7f3992e31.tar.xz
Update broken link in `workers.md` (#12369)
Diffstat (limited to '')
-rw-r--r--docs/workers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 8ac95e39bb..caef44b614 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -27,7 +27,7 @@ feeds streams of newly written data between processes so they can be kept in
 sync with the database state.
 
 When configured to do so, Synapse uses a
-[Redis pub/sub channel](https://redis.io/topics/pubsub) to send the replication
+[Redis pub/sub channel](https://redis.io/docs/manual/pubsub/) 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.