Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Feb 7, 2024
1 parent d8694b1 commit 673e966
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
<head>
<script>
var localUri = window.location.pathname.replace(/^\/.*?\//g, "");
if (localUri) {
window.location.href =
"https://nvidia.github.io/cccl/libcudacxx/" + localUri
}
window.location.href =
"https://nvidia.github.io/cccl/libcudacxx/" + localUri
</script>
</head>
</html>

0 comments on commit 673e966

Please sign in to comment.