LuaAPI.wiki
changeset 1057 19142f4d6fb4
parent 1055 754e0a7bdd44
child 1071 f1ba87542f87
--- 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.