diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-02-06 09:28:12 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2024-02-06 09:28:12 +0000 |
commit | ca98384a74e37206b93538b6857ae15ab12e760c (patch) | |
tree | d7fd4cf33bfa3fb1e9d72d39b9dd2d69380443bc /develop/workers.html | |
parent | deploy: d24d115706ed650b0d762be3e19edcb13c223aec (diff) | |
download | synapse-ca98384a74e37206b93538b6857ae15ab12e760c.tar.xz |
deploy: 505cdd044bd7086996b2ec476b488837f5b89ad3
Diffstat (limited to 'develop/workers.html')
-rw-r--r-- | develop/workers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/workers.html b/develop/workers.html index 392247367b..8f2bbb2977 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -711,7 +711,7 @@ worker application type.</p> <h4 id="push-notifications"><a class="header" href="#push-notifications">Push Notifications</a></h4> <p>You can designate generic worker to sending push notifications to a <a href="https://spec.matrix.org/v1.5/push-gateway-api/">push gateway</a> such as -<a href="https://github.com/vector-im/sygnal">sygnal</a> and email.</p> +<a href="https://github.com/matrix-org/sygnal">sygnal</a> and email.</p> <p>This will stop the main process sending push notifications.</p> <p>The workers responsible for sending push notifications can be defined using the <a href="usage/configuration/config_documentation.html#pusher_instances"><code>pusher_instances</code></a> |