summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-04-19 11:29:51 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-04-19 11:29:51 +0100
commitdfc7646504cef3e4ff396c36089e1c6f1b1634de (patch)
treeb4db7115451af6b02caba19a9b3ca248608170f9
parentfix typo in upgrade notes (diff)
downloadsynapse-dfc7646504cef3e4ff396c36089e1c6f1b1634de.tar.xz
Link to specific version of upgrade notes v1.57.0
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a45f7a1fca..74a5dbf424 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,7 @@ Synapse 1.57.0 (2022-04-19)
 
 This version includes a [change](https://github.com/matrix-org/synapse/pull/12209) to the way transaction IDs are managed for application services. If your deployment uses a dedicated worker for application service traffic, **it must be stopped** when the database is upgraded (which normally happens when the main process is upgraded), to ensure the change is made safely without any risk of reusing transaction IDs.
 
-See the [upgrade notes](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md#upgrading-to-v1570) for more details.
+See the [upgrade notes](https://github.com/matrix-org/synapse/blob/v1.57.0rc1/docs/upgrade.md#upgrading-to-v1570) for more details.
 
 No significant changes since 1.57.0rc1.