diff options
author | Yoann N <y3ndev@gmail.com> | 2023-02-23 09:07:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 09:07:20 +0100 |
commit | d34277a6c0d366631721b47a1b003739ce0ad538 (patch) | |
tree | fca27ab76b1890aafe765ec8ca0cf1bfcca6e5ef /build | |
parent | c8ca23acdb0f80a01dfcd9babe6fff5abb372279 (diff) |
Update README sample config link (#2987)
### Pull Request Checklist
<!-- Please read
https://matrix-org.github.io/dendrite/development/contributing before
submitting your pull request -->
* [x] I have added Go unit tests or [Complement integration
tests](https://github.com/matrix-org/complement) for this PR _or_ I have
justified why this PR doesn't need tests
* [x] Pull request includes a [sign off below using a legally
identifiable
name](https://matrix-org.github.io/dendrite/development/contributing#sign-off)
_or_ I have already signed off privately
Diffstat (limited to 'build')
-rw-r--r-- | build/docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/docker/README.md b/build/docker/README.md index d8abd653..b66cb864 100644 --- a/build/docker/README.md +++ b/build/docker/README.md @@ -50,7 +50,7 @@ The key files will now exist in your current working directory, and can be mount ## Starting Dendrite -Create your config based on the [`dendrite-sample.monolith.yaml`](https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.monolith.yaml) sample configuration file. +Create your config based on the [`dendrite-sample.yaml`](https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.yaml) sample configuration file. Then start the deployment: |