summary refs log tree commit diff
path: root/synapse/config/modules.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-09 10:17:22 +0100
committerErik Johnston <erik@matrix.org>2021-07-09 10:17:22 +0100
commit8a2be4f799d595cbef58297bb8ca723bed354d50 (patch)
treefc562129037ac65dab49f53be02d048c1d612dbc /synapse/config/modules.py
parentMerge branch 'release-v1.38' into matrix-org-hotfixes (diff)
parentEnsure we always drop the federation inbound lock (#10336) (diff)
downloadsynapse-8a2be4f799d595cbef58297bb8ca723bed354d50.tar.xz
Merge remote-tracking branch 'origin/release-v1.38' into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/modules.py')
-rw-r--r--synapse/config/modules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/modules.py b/synapse/config/modules.py

index 3209e1c492..ae0821e5a5 100644 --- a/synapse/config/modules.py +++ b/synapse/config/modules.py
@@ -37,7 +37,7 @@ class ModulesConfig(Config): # Server admins can expand Synapse's functionality with external modules. # - # See https://matrix-org.github.io/synapse/develop/modules.html for more + # See https://matrix-org.github.io/synapse/latest/modules.html for more # documentation on how to configure or create custom modules for Synapse. # modules: