1 files changed, 4 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html
index 3be1e19409..8586a5aa51 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -7545,9 +7545,11 @@ class DemoModule:
return True
</code></pre>
-<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><p><strong>Note: this page of the Synapse documentation is now deprecated. For up to date
+<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><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>
|