Browse Source

Changed link to make it work on GH pages

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

2
js/redirects.js

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