From 5c6f1389e8eaf510596bba31d698b7fb383a5470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Sun, 5 Jul 2020 10:08:49 +0200 Subject: [PATCH] Fixing link in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6e24ed3..8a79a5d 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ if (path.endsWith('index.html')) { path = path.substr(path, path.length - 'index.html'.length); } - var url = 'https://workadventu.re/_/global/'+window.location.host+path+'map.json'; + var url = 'https://play.workadventu.re/_/global/'+window.location.host+path+'map.json'; document.getElementById('mapLink').href = url; document.getElementById('mapLink').innerText = url; };