diff options
author | Chris Castle <chris.castle@salesforce.com> | 2021-06-07 08:31:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-07 16:31:39 +0100 |
commit | 543e423fce64c14dd136d4021b27a99a3e9fd08b (patch) | |
tree | 8292136c457927db65b420608c51183439c6f7b5 /docker | |
parent | Always update AS last_pos, even on no events (#10107) (diff) | |
download | synapse-543e423fce64c14dd136d4021b27a99a3e9fd08b.tar.xz |
Fix broken link to README at root of repo (#10132)
Signed-off-by: Chris Castle chris@crc.io
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 c8d3c4b3da..3f28cdada3 100644 --- a/docker/README.md +++ b/docker/README.md @@ -226,4 +226,4 @@ healthcheck: ## Using jemalloc Jemalloc is embedded in the image and will be used instead of the default allocator. -You can read about jemalloc by reading the Synapse [README](../README.md). +You can read about jemalloc by reading the Synapse [README](../README.rst). |