1 files changed, 1 insertions, 1 deletions
diff --git a/develop/workers.html b/develop/workers.html
index e16003208a..91ef3c0aa8 100644
--- a/develop/workers.html
+++ b/develop/workers.html
@@ -196,7 +196,7 @@ similar to the one running <code>matrix.org</code>.</p>
workers only work with PostgreSQL-based Synapse deployments. SQLite should only
be used for demo purposes and any admin considering workers should already be
running PostgreSQL.</p>
-<p>See also https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability
+<p>See also <a href="https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability">Matrix.org blog post</a>
for a higher level overview.</p>
<h2 id="main-processworker-communication"><a class="header" href="#main-processworker-communication">Main process/worker communication</a></h2>
<p>The processes communicate with each other via a Synapse-specific protocol called
|