diff --git a/index.html b/index.html index 226cb48..501bdaf 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ konfi_button.addEventListener("click", () => { var code = konfi_code.value; if (valid_world_code(code)) { - location.href = "https://play.world.fem-net.de/_/" + code + "/prediger.riese.space/dyn/" + code + "/konfi.json"; + location.href = "https://play.world.fem-net.de/_/" + code + "/prediger.riese.space/map/konfi.json"; konfi_code.classList.remove("is-invalid"); konfi_code.classList.add("is-valid"); }