Update github links, bump version

This commit is contained in:
codebicycle
2017-04-20 23:23:16 +03:00
parent 2e1f7952ca
commit cf96763b53
2 changed files with 3 additions and 3 deletions

View File

@@ -4,10 +4,10 @@ document.addEventListener('DOMContentLoaded', function () {
});
document.querySelector('#about').addEventListener('click', function() {
window.open("https://github.com/igrigorik/videospeed");
window.open("https://github.com/codebicycle/videospeed");
});
document.querySelector('#feedback').addEventListener('click', function() {
window.open("https://github.com/igrigorik/videospeed/issues");
window.open("https://github.com/codebicycle/videospeed/issues");
});
});