[mod] we moved away from redmine

This commit is contained in:
Bram 2018-06-07 13:52:04 +02:00 committed by GitHub
parent c99fd17a84
commit 8c12ffb0e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ document.getElementById("goForum").onclick = function() {
window.location.href = "https://forum.yunohost.org/latest"; window.location.href = "https://forum.yunohost.org/latest";
} }
document.getElementById("goBugtracker").onclick = function() { 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() { document.getElementById("goDevroom").onclick = function() {
window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev"; window.location.href = "https://kiwiirc.com/client/irc.freenode.net/yunohost-dev";