From 8af967ac63aecac19ce1adbacd61732a34b013e1 Mon Sep 17 00:00:00 2001 From: lyxal <36217120+Lyxal@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:55:11 +1100 Subject: [PATCH] make sure to include the `v` lol --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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