From b8996d5abba1800032376d75f2f2ab7e975ab65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 27 Sep 2021 11:13:35 +0200 Subject: [PATCH] Fixing links in the documentation --- docs/maps/menu.php | 4 ++-- front/src/Components/Menu/CreateMapSubMenu.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/maps/menu.php b/docs/maps/menu.php index 9fb3428f..fb5b8256 100644 --- a/docs/maps/menu.php +++ b/docs/maps/menu.php @@ -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' ], [ diff --git a/front/src/Components/Menu/CreateMapSubMenu.svelte b/front/src/Components/Menu/CreateMapSubMenu.svelte index 6cce71ac..53399681 100644 --- a/front/src/Components/Menu/CreateMapSubMenu.svelte +++ b/front/src/Components/Menu/CreateMapSubMenu.svelte @@ -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 @@ } } - \ No newline at end of file +