diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-07-08 16:46:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 15:46:13 +0100 |
commit | 974261cd819b06589b8d3588203c0bcddfddd795 (patch) | |
tree | 618252bf88c8e43a9b83c91105fbddee655ae6f8 /contrib | |
parent | Update links to documentation in sample config (#10287) (diff) | |
download | synapse-974261cd819b06589b8d3588203c0bcddfddd795.tar.xz |
Fix broken links in INSTALL.md (#10331)
Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/systemd/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/systemd/README.md b/contrib/systemd/README.md index 5d42b3464f..2844cbc8e0 100644 --- a/contrib/systemd/README.md +++ b/contrib/systemd/README.md @@ -2,7 +2,8 @@ This is a setup for managing synapse with a user contributed systemd unit file. It provides a `matrix-synapse` systemd unit file that should be tailored to accommodate your installation in accordance with the installation -instructions provided in [installation instructions](../../INSTALL.md). +instructions provided in +[installation instructions](https://matrix-org.github.io/synapse/latest/setup/installation.html). ## Setup 1. Under the service section, ensure the `User` variable matches which user |