summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-06-13 16:42:36 +0100
committerGitHub <noreply@github.com>2019-06-13 16:42:36 +0100
commit4f68188d0bbdb1966250375d34125572eb82a117 (patch)
tree51374f40a3e9dbec26c0d95595e2fb32842170f7 /docker
parent1.0.0 (diff)
downloadsynapse-4f68188d0bbdb1966250375d34125572eb82a117.tar.xz
Change to absolute path for contrib/docker
because this file is reproduced on dockerhub and relative paths don't work
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md
index df5d0151e2..5a596eecb9 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -14,7 +14,7 @@ This image is designed to run either with an automatically generated
 configuration file or with a custom configuration that requires manual editing.
 
 An easy way to make use of this image is via docker-compose. See the
-[contrib/docker](../contrib/docker) section of the synapse project for
+[contrib/docker](https://github.com/matrix-org/synapse/tree/master/contrib/docker) section of the synapse project for
 examples.
 
 ### Without Compose (harder)