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

Commit eedb452

Browse files
fiveopreivilibre
andauthored
Fix link from generated configuration file to documentation (#11678)
Co-authored-by: reivilibre <[email protected]> Co-authored-by: reivilibre <[email protected]>
1 parent 0201c63 commit eedb452

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.d/11678.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the documentation link in newly-generated configuration files.

docs/sample_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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:

synapse/config/modules.py

+1-1
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)