summary refs log tree commit diff
path: root/synapse/config/modules.py
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-07-07 13:35:45 +0200
committerGitHub <noreply@github.com>2021-07-07 12:35:45 +0100
commit56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74 (patch)
tree4de74666145ca7c0de7b7861587394c6258b122c /synapse/config/modules.py
parentFix broken link (diff)
downloadsynapse-56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74.tar.xz
Update links to documentation in sample config (#10287)
Signed-off-by: Dirk Klimpel dirk@klimpel.org
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: