# HG changeset patch
# User Wuzzy
# Date 1555685366 -3600
# Node ID b7cdb01850c5d2570d6d38f026c20b0727679a88
# Parent  24b348e89a57fb92faf95388c664c80b628d11c2
LuaLibraryUtils: Fix config link, I hope

diff -r 24b348e89a57 -r b7cdb01850c5 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.