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";