summary refs log tree commit diff
path: root/docs/workers.md
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-20 14:22:46 -0500
committerErik Johnston <erik@matrix.org>2023-12-13 15:16:48 +0000
commit837391cdbb9610da68d5f629c5d5a9e3ac32b812 (patch)
treec60d5be57acfa2f0c99878e03875353cc5d22ce9 /docs/workers.md
parentFix links (diff)
downloadsynapse-837391cdbb9610da68d5f629c5d5a9e3ac32b812.tar.xz
Update documentation to refer to element-hq.
Diffstat (limited to '')
-rw-r--r--docs/workers.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/workers.md b/docs/workers.md
index dc76b073de..51d8a372d8 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -62,8 +62,8 @@ pip install "matrix-synapse[redis]"
 
 Note that these dependencies are included when synapse is installed with `pip
 install matrix-synapse[all]`. They are also included in the debian packages from
-`matrix.org` and in the docker images at
-https://hub.docker.com/r/matrixdotorg/synapse/.
+`packages.element.io` and in the docker images at
+https://hub.docker.com/r/ectorim/synapse/.
 
 To make effective use of the workers, you will need to configure an HTTP
 reverse-proxy such as nginx or haproxy, which will direct incoming requests to
@@ -629,7 +629,7 @@ worker application type.
 
 You can designate generic worker to sending push notifications to
 a [push gateway](https://spec.matrix.org/v1.5/push-gateway-api/) such as
-[sygnal](https://github.com/matrix-org/sygnal) and email.
+[sygnal](https://github.com/vector-im/sygnal) and email.
 
 This will stop the main process sending push notifications.