diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
commit | 240b3ce253b2b36d79a0a6cc18aefd70ad066de3 (patch) | |
tree | 1aa14197a7a919d4dda81be36735f36d2adb1956 /synapse/config/spam_checker.py | |
parent | Simplify structure of room admin API docs (#10313) (diff) | |
parent | Update links to documentation in sample config (#10287) (diff) | |
download | synapse-240b3ce253b2b36d79a0a6cc18aefd70ad066de3.tar.xz |
Merge remote-tracking branch 'origin/release-v1.38' into develop
merge @dklimpel's fixes to the sample config
Diffstat (limited to 'synapse/config/spam_checker.py')
-rw-r--r-- | synapse/config/spam_checker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/spam_checker.py b/synapse/config/spam_checker.py index d0311d6468..cb7716c837 100644 --- a/synapse/config/spam_checker.py +++ b/synapse/config/spam_checker.py @@ -26,7 +26,7 @@ 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/develop/modules.html +For more information, please see https://matrix-org.github.io/synapse/latest/modules.html ---------------------------------------------------------------------------------------""" |