From 45505f1c9c664d9aa9bdc212c5877df87ef6eb48 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 23 Jul 2023 21:59:52 +0200 Subject: [PATCH] Tweak of a tutorial sidebar --- docs/source/Howtos/Tutorial-Displaying-Room-Map.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howtos/Tutorial-Displaying-Room-Map.md b/docs/source/Howtos/Tutorial-Displaying-Room-Map.md index 7a0390f629..84c8f24df1 100644 --- a/docs/source/Howtos/Tutorial-Displaying-Room-Map.md +++ b/docs/source/Howtos/Tutorial-Displaying-Room-Map.md @@ -1,7 +1,7 @@ # Show a dynamic map of rooms ```{sidebar} -See also the [Mapbuilder](../Contribs/Contrib-Mapbuilder.md) and [XYZGrid](../Contribs/Contrib-XYZGrid.md) contribs, which offer alternative ways of both creating and displaying room maps. +See also the [Mapbuilder](../Contribs/Contrib-Mapbuilder.md) and [XYZGrid](../Contribs/Contrib-XYZGrid.md) contribs, which offer alternative ways of both creating and displaying room maps. The [Beginner Tutorial lesson implementing Evadventure rooms](https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Part3/Beginner-Tutorial-Rooms.html#adding-a-room-map) also explains how to add a (simpler) auto-map. ``` An often desired feature in a MUD is to show an in-game map to help navigation.