Fixing links in the documentation
This commit is contained in:
parent
f247ec44f1
commit
b8996d5abb
@ -5,12 +5,12 @@ $extraUtilsMenu = require __DIR__.'/../../scripting_api_extra_doc/menu_functions
|
|||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
'title' => 'Getting started',
|
'title' => 'Getting started',
|
||||||
'url' => '/map-building',
|
'url' => '/map-building/',
|
||||||
'markdown' => 'maps.index'
|
'markdown' => 'maps.index'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'title' => 'WorkAdventure maps',
|
'title' => 'WorkAdventure maps',
|
||||||
'url' => '/map-building/wa-maps',
|
'url' => '/map-building/wa-maps.md',
|
||||||
'markdown' => 'maps.wa-maps'
|
'markdown' => 'maps.wa-maps'
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function goToBuildingMap() {
|
function goToBuildingMap() {
|
||||||
const sparkHost = "https://workadventu.re/map-building";
|
const sparkHost = "https://workadventu.re/map-building/";
|
||||||
window.open(sparkHost, "_blank");
|
window.open(sparkHost, "_blank");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user