summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-06-30 09:21:39 -0700
committerGitHub <noreply@github.com>2022-06-30 09:21:39 -0700
commit8330fc9953032f21eb4c7d5f0627c1e6aba2459c (patch)
tree3c7d7ef7e04844c50bc8714da1cfd5d0a7365b9e /synapse/config
parentAdd a link to the configuration manual from the homeserver sample config docu... (diff)
downloadsynapse-8330fc9953032f21eb4c7d5f0627c1e6aba2459c.tar.xz
Cleanup references to sample config in the docs and redirect users to configuration manual (#13077)
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/emailconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/emailconfig.py b/synapse/config/emailconfig.py
index c82f3ee7a3..6e11fbdb9a 100644
--- a/synapse/config/emailconfig.py
+++ b/synapse/config/emailconfig.py
@@ -145,7 +145,7 @@ class EmailConfig(Config):
             raise ConfigError(
                 'The config option "trust_identity_server_for_password_resets" '
                 'has been replaced by "account_threepid_delegate". '
-                "Please consult the sample config at docs/sample_config.yaml for "
+                "Please consult the configuration manual at docs/usage/configuration/config_documentation.md for "
                 "details and update your config file."
             )