Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyi authored Dec 5, 2023
1 parent 3c6cd32 commit 16df1ce
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 16df1ce

Please sign in to comment.