diff --git a/index.html b/index.html index 1acd704..f380223 100644 --- a/index.html +++ b/index.html @@ -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 + "/"; } @@ -66,4 +66,4 @@

Vyxal 3 Interpreter - + \ No newline at end of file