From b41d7b3969795a01977896b16386c626bd9a434d Mon Sep 17 00:00:00 2001
From: Andrew Morgan <andrew@amorgan.xyz>
Date: Mon, 11 May 2020 15:36:32 +0100
Subject: [PATCH] Absolute URL it is then

---
 UPGRADE.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/UPGRADE.rst b/UPGRADE.rst
index 8ec743766b..e7c6a93387 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -113,7 +113,8 @@ New templates (``sso_auth_confirm.html``, ``sso_auth_success.html``, and
 ``sso_account_deactivated.html``) were added to Synapse. If your Synapse is
 configured to use SSO and a custom  ``sso_redirect_confirm_template_dir``
 configuration then these templates will need to be copied from
-[synapse/res/templates](./synapse/res/templates) into that directory.
+[synapse/res/templates](https://github.com/matrix-org/synapse/tree/release-v1.13.0/synapse/res/templates)
+into that directory.
 
 Synapse SSO Plugins Method Deprecation
 --------------------------------------
-- 
GitLab