diff options
Diffstat (limited to 'develop/spam_checker.html')
-rw-r--r-- | develop/spam_checker.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/develop/spam_checker.html b/develop/spam_checker.html index c84e17c8ea..2c4b16220a 100644 --- a/develop/spam_checker.html +++ b/develop/spam_checker.html @@ -182,9 +182,11 @@ <nav class="pagetoc"></nav> </div> - <p><strong>Note: this page of the Synapse documentation is now deprecated. For up to date + <h2 style="color:red"> +This page of the Synapse documentation is now deprecated. For up to date documentation on setting up or writing a spam checker module, please see -<a href="https://matrix-org.github.io/synapse/develop/modules.html">this page</a>.</strong></p> +<a href="modules.html">this page</a>. +</h2> <h1 id="handling-spam-in-synapse"><a class="header" href="#handling-spam-in-synapse">Handling spam in Synapse</a></h1> <p>Synapse has support to customize spam checking behavior. It can plug into a variety of events and affect how they are presented to users on your homeserver.</p> |