summary refs log tree commit diff
path: root/docker
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 /docker
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 'docker')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md

index 3f28cdada3..edf917bb11 100644 --- a/docker/README.md +++ b/docker/README.md
@@ -45,7 +45,7 @@ docker run -it --rm \ ``` For information on picking a suitable server name, see -https://github.com/matrix-org/synapse/blob/master/INSTALL.md. +https://matrix-org.github.io/synapse/latest/setup/installation.html. The above command will generate a `homeserver.yaml` in (typically) `/var/lib/docker/volumes/synapse-data/_data`. You should check this file, and @@ -139,7 +139,7 @@ For documentation on using a reverse proxy, see https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md. For more information on enabling TLS support in synapse itself, see -https://github.com/matrix-org/synapse/blob/master/INSTALL.md#tls-certificates. Of +https://matrix-org.github.io/synapse/latest/setup/installation.html#tls-certificates. Of course, you will need to expose the TLS port from the container with a `-p` argument to `docker run`.