diff --git a/js/redirects.js b/js/redirects.js index 8fc7eea..f633b35 100644 --- a/js/redirects.js +++ b/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"; }; \ No newline at end of file