Switched from GitHub to GitLab

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-30 23:29:34 +02:00
parent 4cb09eea21
commit 90463bd8c9
4 changed files with 7 additions and 7 deletions

View file

@ -50,7 +50,7 @@
});
menuReportBug = document.querySelector('#menuReportBug');
menuReportBug.addEventListener('click', function() {
window.open("https://github.com/mmk2410/morse-converter-web/issues", "_blank");
window.open("https://phab.mmk2410.org/maniphest/query/2c8tO32QJimD/", "_blank");
drawerPanel.closeDrawer();
});
menuAbout = document.querySelector('#menuAbout');
@ -60,7 +60,7 @@
});
menuFork = document.querySelector('#menuFork');
menuFork.addEventListener('click', function() {
window.open("https://github.com/mmk2410/morse-converter-web/", "_blank");
window.open("https://gitlab.com/mmk2410/morse-converter-web/", "_blank");
drawerPanel.closeDrawer();
});
inputArea.addEventListener('keyup', function() {