From 76fae932e499cf69396e772e1b9c4e1520fe834f Mon Sep 17 00:00:00 2001 From: vallode <18506096+vallode@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:21:17 +0200 Subject: [PATCH] Fix dead link in Maps.rst --- docs/api/Maps.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Maps.rst b/docs/api/Maps.rst index cfffe79059..f6a0a98826 100644 --- a/docs/api/Maps.rst +++ b/docs/api/Maps.rst @@ -7,7 +7,7 @@ Maps API DFHack offers several ways to access and manipulate map data. * C++: the ``Maps`` and ``MapCache`` modules -* Lua: the `dfhack.maps module `_ +* Lua: the `dfhack.maps module` * All languages: the ``map`` field of the ``world`` global contains raw map data when the world is loaded.