Skip to content

Commit

Permalink
updating redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ehedlin committed Dec 2, 2023
1 parent ee8353a commit 3c6cd32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
if (currentUrl.toLowerCase().includes("/stablekeypoints")) {
console.log("Redirecting to the correct URL");
window.location.href =
"https://ubc-vision.github.io/stablekeypoints/";
"https://ubc-vision.github.io/StableKeypoints/";
} else {
console.log("No redirection needed");
}
Expand All @@ -22,7 +22,7 @@
<body>
<p>
If you are not redirected,
<a href="https://ubc-vision.github.io/stablekeypoints/">click here</a>.
<a href="https://ubc-vision.github.io/StableKeypoints/">click here</a>.
</p>
</body>
</html>

0 comments on commit 3c6cd32

Please sign in to comment.