diff options
author | Sean Quah <seanq@matrix.org> | 2022-08-31 11:53:30 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-08-31 11:53:30 +0100 |
commit | 90c99fb3aab2d371039cf4aaa61305928e77230d (patch) | |
tree | d7522311d79f8ba6218afbd51c6f44db28aca99e /docs/upgrade.md | |
parent | Update changelog to link to the Synapse docs instead of markdown (diff) | |
download | synapse-90c99fb3aab2d371039cf4aaa61305928e77230d.tar.xz |
Fix dead link in 1.18.0 upgrade notes
Diffstat (limited to '')
-rw-r--r-- | docs/upgrade.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 0ab5bfeaf0..51719f8c73 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -1200,7 +1200,7 @@ updated. When setting up worker processes, we now recommend the use of a Redis server for replication. **The old direct TCP connection method is deprecated and will be removed in a future release.** See -[workers](workers.md) for more details. +the [worker documentation](https://matrix-org.github.io/synapse/v1.66/workers.html) for more details. # Upgrading to v1.14.0 |