LuaAPI: fix broken link
authorWuzzy
Wed, 04 Oct 2017 15:14:08 +0100
changeset 1057 19142f4d6fb4
parent 1056 f9449f7beddc
child 1058 7ee102d1f085
LuaAPI: fix broken link
LuaAPI.wiki
--- a/LuaAPI.wiki	Wed Oct 04 15:13:00 2017 +0100
+++ b/LuaAPI.wiki	Wed Oct 04 15:14:08 2017 +0100
@@ -1366,7 +1366,7 @@
 * `"skip"`: Current hedgehog skips its turn
 * `"draw <map>"`: Draws a hand-drawn map. `MapGen` must be `mgDrawn` for this to work. `<map>` is a string which must follow the format specified in [DrawnMapFormat]
 
-Moreover, the control action names as listed [ConfigurationFiles#[Binds] here] can be used. Note we will eventually try to remove all `ParseCommand`s in the official scripts.
+Moreover, the control action names as listed in [ConfigurationFiles] (under “Binds”) can be used. Note we will eventually try to remove all `ParseCommand`s in the official scripts.
 
 === <tt>!EndLuaTest(success)</tt> ===
 This function is used by the Hedgewars developers in testing scripts in order to test the game engine. The testing scripts can be found in the Hedgewars source code under `tests/lua`. This function is useless for anything else.