1 files changed, 1 insertions, 1 deletions
diff --git a/latest/postgres.html b/latest/postgres.html
index b092a47ea1..277ed5993d 100644
--- a/latest/postgres.html
+++ b/latest/postgres.html
@@ -165,7 +165,7 @@ low-level postgres library is installed, which you can do with
the relevant package.</p>
</li>
<li>
-<p>If you installed synapse <a href="setup/installation.html#installing-from-source">in a
+<p>If you installed synapse <a href="setup/installation.html#installing-as-a-python-module-from-pypi">in a
virtualenv</a>, you can install
the library with:</p>
<pre><code>~/synapse/env/bin/pip install "matrix-synapse[postgres]"
|