diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-07-07 13:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:35:45 +0100 |
commit | 56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74 (patch) | |
tree | 4de74666145ca7c0de7b7861587394c6258b122c /synapse/config/database.py | |
parent | Fix broken link (diff) | |
download | synapse-56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74.tar.xz |
Update links to documentation in sample config (#10287)
Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'synapse/config/database.py')
-rw-r--r-- | synapse/config/database.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/database.py b/synapse/config/database.py index c76ef1e1de..3d7d92f615 100644 --- a/synapse/config/database.py +++ b/synapse/config/database.py @@ -62,7 +62,8 @@ DEFAULT_CONFIG = """\ # cp_min: 5 # cp_max: 10 # -# For more information on using Synapse with Postgres, see `docs/postgres.md`. +# For more information on using Synapse with Postgres, +# see https://matrix-org.github.io/synapse/latest/postgres.html. # database: name: sqlite3 |