Skip to content

Commit

Permalink
index.html entry link changed to rc3 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
koeart committed Dec 21, 2020
1 parent 5a31cc6 commit 37b7b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if (path.endsWith('index.html')) {
path = path.substr(path, path.length - 'index.html'.length);
}
var url = 'https://play.workadventu.re/_/global/'+window.location.host+path+'map.json';
var url = 'https://test.visit.at.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'zw-map/maps/outside.json';
document.getElementById('mapLink').href = url;
document.getElementById('mapLink').innerText = url;
};
Expand Down

0 comments on commit 37b7b95

Please sign in to comment.