summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorPhilipp Matthias Schäfer <philipp.matthias.schaefer@posteo.de>2022-01-05 13:16:52 +0100
committerGitHub <noreply@github.com>2022-01-05 12:16:52 +0000
commiteedb4527f1524fc3b83cd4838774b04d6f1e3911 (patch)
treee1537052779bd52dbad3d5df6ede2714c8ff4bf9 /synapse/config
parentFix SimpleHttpClient not sending Accept header in `get_json` (#11677) (diff)
downloadsynapse-eedb4527f1524fc3b83cd4838774b04d6f1e3911.tar.xz
Fix link from generated configuration file to documentation (#11678)
Co-authored-by: reivilibre <olivier@librepush.net>
Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to 'synapse/config')
-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 ae0821e5a5..85fb05890d 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/latest/modules.html for more
+            # See https://matrix-org.github.io/synapse/latest/modules/index.html for more
             # documentation on how to configure or create custom modules for Synapse.
             #
             modules: