LuaLibraryUtils: Fix config link, I hope
authorWuzzy
Fri, 19 Apr 2019 15:49:26 +0100
changeset 1827 b7cdb01850c5
parent 1826 24b348e89a57
child 1828 3c796552dfd1
LuaLibraryUtils: Fix config link, I hope
LuaLibraryUtils.wiki
--- a/LuaLibraryUtils.wiki	Fri Apr 19 15:47:17 2019 +0100
+++ b/LuaLibraryUtils.wiki	Fri Apr 19 15:49:26 2019 +0100
@@ -24,7 +24,7 @@
 
 Calling this function means the team has made a record attempt of a given record type (e.g. fastest time or highscore) with a given `value`. If the team's own record has been beaten, or is has set the first record, the team file is being updated.
 
- * `recordType`: Type of record (see [ConfigurationFiles#[Mission%20<MISSION_NAME>]] for a list)
+ * `recordType`: Type of record (see [ConfigurationFiles#[Mission%2520<%5BMISSION_NAME>%5D] for a list)
  * `value`: Value that has been achieved by the team
  * `stat`: If `true` (default), will also write a message in the stats screen (whether record has been beaten, or current record if not). Otherwise, this writes nothing.