From 70ee37445b422c6350b763c266e80ff3dc231d10 Mon Sep 17 00:00:00 2001 From: rav4s Date: Tue, 23 Feb 2021 10:06:42 -0600 Subject: [PATCH] Changed link to make it work on GH pages --- js/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/redirects.js b/js/redirects.js index a9d2ec6..8fc7eea 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