From cd83f3fcf13e1b6208b5266b0bc36cded20294a3 Mon Sep 17 00:00:00 2001 From: Myk Date: Mon, 12 Sep 2022 15:04:16 -0700 Subject: [PATCH] Remove bad link --- docs/guides/modding-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modding-guide.rst b/docs/guides/modding-guide.rst index 2eb8c7424..549b93e3b 100644 --- a/docs/guides/modding-guide.rst +++ b/docs/guides/modding-guide.rst @@ -66,7 +66,7 @@ The structure of the game found in ``df.global``, containing things like the list of all items, whether to reindex pathfinding, et cetera. Also relevant to us in ``df`` are the various types found in the game, e.g. ``df.pronoun_type`` which we will be using in this -guide. We'll explore more of the game structures `below `_. +guide. We'll explore more of the game structures below. Your first script -----------------