Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8b0191f

Browse files
committed
Fix link from generated configuration file to documentation
Signed-off-by: Philipp Matthias Schäfer <philipp.matthias.schaefer@posteo.de>
1 parent cbd82d0 commit 8b0191f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/11678.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a link in generated configuration.

synapse/config/modules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def generate_config_section(self, **kwargs):
3737
3838
# Server admins can expand Synapse's functionality with external modules.
3939
#
40-
# See https://matrix-org.github.io/synapse/latest/modules.html for more
40+
# See https://matrix-org.github.io/synapse/latest/modules/index.html for more
4141
# documentation on how to configure or create custom modules for Synapse.
4242
#
4343
modules:

0 commit comments

Comments
 (0)