From dece89d2805e32710aa48dc43eea5387c253250f Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Date: Tue, 4 Dec 2018 14:01:27 +0000
Subject: [PATCH] fix upgrade.rst link again

---
 CHANGES.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 1ef0c212ab..bd420ba5ef 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,7 +3,7 @@ Synapse 0.34.0rc1 (2018-12-04)
 
 Synapse 0.34 is the first release to fully support Python 3. We recommend
 upgrading to Python 3, but make sure to read the
-[https://github.com/matrix-org/synapse/blob/release-v0.34.0/UPGRADE.rst#upgrading-to-v0340](upgrade notes) when doing so.
+[upgrade notes](UPGRADE.rst#upgrading-to-v0340) when doing so.
 
 Features
 --------
-- 
GitLab