[mod] we moved away from redmine

This commit is contained in:
Bram 2018-06-07 13:41:53 +02:00 committed by GitHub
parent 9b6488cf4a
commit 8f64cba0a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,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";