1 files changed, 2 insertions, 2 deletions
diff --git a/develop/postgres.html b/develop/postgres.html
index 4122d5fe78..7718acd97e 100644
--- a/develop/postgres.html
+++ b/develop/postgres.html
@@ -189,7 +189,7 @@
connect to a postgres database.</p>
<ul>
<li>
-<p>If you are using the <a href="../INSTALL.html#matrixorg-packages">matrix.org debian/ubuntu
+<p>If you are using the <a href="setup/installation.html#matrixorg-packages">matrix.org debian/ubuntu
packages</a>, the necessary python
library will already be installed, but you will need to ensure the
low-level postgres library is installed, which you can do with
@@ -200,7 +200,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="../INSTALL.html#installing-from-source">in a
+<p>If you installed synapse <a href="setup/installation.html#installing-from-source">in a
virtualenv</a>, you can install
the library with:</p>
<pre><code>~/synapse/env/bin/pip install "matrix-synapse[postgres]"
|