From f79a47fd24e6f8878e5a074ef91a2e6c20e9cee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 24 May 2016 14:17:52 +0200 Subject: [PATCH] [Backport] Fix support pages url --- settings/sr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/sr.py b/settings/sr.py index 4786e512..bc58e8e0 100644 --- a/settings/sr.py +++ b/settings/sr.py @@ -23,7 +23,7 @@ SR = { "github_url": "https://github.com/taigaio", }, "support": { - "url": "https://taiga.io/support", + "url": "https://tree.taiga.io/support", "email": "support@taiga.io", "mailing_list": "https://groups.google.com/forum/#!forum/taigaio", }