summary refs log tree commit diff
path: root/v1.38/postgres.html
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2021-07-08 14:46:42 +0000
committerrichvdh <richvdh@users.noreply.github.com>2021-07-08 14:46:42 +0000
commit25b653c5ace267002fa4c82ce6f84faec7593fac (patch)
treebe96d0817931fff2af0a3ba4f76039cb74597f0d /v1.38/postgres.html
parentdeploy: 189652b2fea038340e4e1420081c6ddd8093da0e (diff)
downloadsynapse-25b653c5ace267002fa4c82ce6f84faec7593fac.tar.xz
deploy: 974261cd819b06589b8d3588203c0bcddfddd795
Diffstat (limited to 'v1.38/postgres.html')
-rw-r--r--v1.38/postgres.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/v1.38/postgres.html b/v1.38/postgres.html

index 4122d5fe78..7718acd97e 100644 --- a/v1.38/postgres.html +++ b/v1.38/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 &quot;matrix-synapse[postgres]&quot;