hedgewars/uScript.pas
changeset 11515 4dd77731453b
parent 11468 2f6f8baa2a97
child 11520 663ecfb05df6
--- a/hedgewars/uScript.pas	Sat Jan 16 19:11:21 2016 +0100
+++ b/hedgewars/uScript.pas	Sat Jan 16 19:20:06 2016 +0100
@@ -23,7 +23,7 @@
  * This unit defines, implements and registers functions and
  * variables/constants bindings for usage in Lua scripts.
  *
- * Please keep http://code.google.com/p/hedgewars/wiki/LuaAPI up to date!
+ * Please keep http://hedgewars.org/kb/LuaAPI up to date!
  *
  * Note: If you add a new function, make sure to test if _all_ parameters
  *       work as intended! (Especially conversions errors can sneak in