Fixing links in the documentation

This commit is contained in:
David Négrier 2021-09-27 11:13:35 +02:00
parent f247ec44f1
commit b8996d5abb
2 changed files with 4 additions and 4 deletions

View file

@ -5,12 +5,12 @@ $extraUtilsMenu = require __DIR__.'/../../scripting_api_extra_doc/menu_functions
return [
[
'title' => 'Getting started',
'url' => '/map-building',
'url' => '/map-building/',
'markdown' => 'maps.index'
],
[
'title' => 'WorkAdventure maps',
'url' => '/map-building/wa-maps',
'url' => '/map-building/wa-maps.md',
'markdown' => 'maps.wa-maps'
],
[

View file

@ -6,7 +6,7 @@
}
function goToBuildingMap() {
const sparkHost = "https://workadventu.re/map-building";
const sparkHost = "https://workadventu.re/map-building/";
window.open(sparkHost, "_blank");
}
@ -48,4 +48,4 @@
}
}
</style>
</style>