Skip to content

Commit

Permalink
make sure to include the v lol
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal committed Nov 22, 2023
1 parent 8621c11 commit 8af967a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

function switchVersion() {
let version = document.getElementById("version-box").value;
window.location.href = "https://vyxal.github.io/versions/" + version + "/";
window.location.href = "https://vyxal.github.io/versions/v" + version + "/";
}
</script>
</head>
Expand Down Expand Up @@ -66,4 +66,4 @@ <h1 class="text-5xl font-bold text-gray-900 dark:text-white">Vyxal 3 Interpreter
</section>
</div>

</body>
</body>

0 comments on commit 8af967a

Please sign in to comment.