diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2018-08-03 09:16:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 09:16:01 +0100 |
commit | 42960aa0475edc59f83d6a47c423d9e5f12e9417 (patch) | |
tree | 29df4778c8dc4d765bf1c6c01f4655b257833750 /docker | |
parent | Update README.md (diff) | |
download | synapse-42960aa0475edc59f83d6a47c423d9e5f12e9417.tar.xz |
Update README.md
Link to contrib/docker
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index 8303a7fecd..038c78f7c0 100644 --- a/docker/README.md +++ b/docker/README.md @@ -15,7 +15,7 @@ This image is designed to run either with an automatically generated configurati 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 -(https://github.com/matrix-org/synapse/tree/develop/contrib/docker)[contrib] +[contrib/docker](../contrib/docker) section of the synapse project for examples. ### Without Compose (harder) |