From 8f64cba0a1b34e940d9b1fb0995b3e671501d9ca Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 7 Jun 2018 13:41:53 +0200 Subject: [PATCH] [mod] we moved away from redmine --- help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.md b/help.md index 00fab758..125725ec 100644 --- a/help.md +++ b/help.md @@ -49,7 +49,7 @@ document.getElementById("goForum").onclick = function() { window.location.href = "https://forum.yunohost.org/latest"; } document.getElementById("goBugtracker").onclick = function() { - window.location.href = "https://dev.yunohost.org/projects/yunohost/issues"; + window.location.href = "https://github.com/YunoHost/issues"; } document.getElementById("goDevroom").onclick = function() { window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";