Browse Source

Changed link to make it work on GH pages... again

main
Ravi Shah 5 years ago
parent
commit
1c460e1c7f
  1. 2
      js/redirects.js

2
js/redirects.js

@ -3,5 +3,5 @@ document.getElementById("go-down").onclick = function() {
elmntToView.scrollIntoView();
};
document.getElementById("centosdead").onclick = function() {
location.href = "../centos-death.html";
location.href = "./centos-death.html";
};
Loading…
Cancel
Save