Skip to content

Commit

Permalink
Fix docs redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam authored Oct 4, 2023
1 parent d2c378a commit 6a53f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<head>
<script>
// Since the docs now exist in a different repo, we need to redirect to that page.
const url = `https://halcyon-tech.github.io/docs/${window.location.hash}`;
const url = `https://codefori.github.io/docs/${window.location.hash}`;
console.log(`going to ${url}`);
window.location.replace(url);
</script>
</head>

</html>
</html>

0 comments on commit 6a53f6c

Please sign in to comment.