diff options
author | David Robertson <davidr@element.io> | 2022-03-16 13:52:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 13:52:59 +0000 |
commit | 86965605a4688d80dc0a74ed4993a52f282e970a (patch) | |
tree | 3642d2a742ff69278d6f2ef166518f951327c195 /synapse/config | |
parent | Refactor relations tests (#12232) (diff) | |
download | synapse-86965605a4688d80dc0a74ed4993a52f282e970a.tar.xz |
Fix dead link in spam checker warning (#12231)
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/spam_checker.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/spam_checker.py b/synapse/config/spam_checker.py index a233a9ce03..4c52103b1c 100644 --- a/synapse/config/spam_checker.py +++ b/synapse/config/spam_checker.py @@ -25,8 +25,8 @@ logger = logging.getLogger(__name__) LEGACY_SPAM_CHECKER_WARNING = """ This server is using a spam checker module that is implementing the deprecated spam checker interface. Please check with the module's maintainer to see if a new version -supporting Synapse's generic modules system is available. -For more information, please see https://matrix-org.github.io/synapse/latest/modules.html +supporting Synapse's generic modules system is available. For more information, please +see https://matrix-org.github.io/synapse/latest/modules/index.html ---------------------------------------------------------------------------------------""" |