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

Fix link from generated configuration file to documentation #11678

Merged
merged 4 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/11678.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the documentation link in newly-generated configuration files.
2 changes: 1 addition & 1 deletion docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# 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:
Expand Down
2 changes: 1 addition & 1 deletion synapse/config/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def generate_config_section(self, **kwargs):

# 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:
Expand Down