diff -r 5d804405964d -r 4dd77731453b hedgewars/uScript.pas --- 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