From a7dfec1fc9460ecf36cb792e2e3e33544156d8d9 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] 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", }