summary refs log tree commit diff
path: root/docs/postgres.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-07-08 16:46:13 +0200
committerGitHub <noreply@github.com>2021-07-08 15:46:13 +0100
commit974261cd819b06589b8d3588203c0bcddfddd795 (patch)
tree618252bf88c8e43a9b83c91105fbddee655ae6f8 /docs/postgres.md
parentUpdate links to documentation in sample config (#10287) (diff)
downloadsynapse-974261cd819b06589b8d3588203c0bcddfddd795.tar.xz
Fix broken links in INSTALL.md (#10331)
Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'docs/postgres.md')
-rw-r--r--docs/postgres.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/postgres.md b/docs/postgres.md
index f83155e52a..2c0a5b803a 100644
--- a/docs/postgres.md
+++ b/docs/postgres.md
@@ -8,14 +8,14 @@ Synapse will require the python postgres client library in order to
 connect to a postgres database.
 
 -   If you are using the [matrix.org debian/ubuntu
-    packages](../INSTALL.md#matrixorg-packages), the necessary python
+    packages](setup/installation.md#matrixorg-packages), 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
     `apt install libpq5`.
 -   For other pre-built packages, please consult the documentation from
     the relevant package.
 -   If you installed synapse [in a
-    virtualenv](../INSTALL.md#installing-from-source), you can install
+    virtualenv](setup/installation.md#installing-from-source), you can install
     the library with:
 
         ~/synapse/env/bin/pip install "matrix-synapse[postgres]"