From a920b14e0d1b16a86410d83a2c19b8c32db18e6b Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Tue, 13 Jun 2023 07:38:31 -0700 Subject: [PATCH] Update lua manual link --- Reference-Manual-(v3.x).mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual-(v3.x).mediawiki b/Reference-Manual-(v3.x).mediawiki index 5f8ace9..b443bcd 100644 --- a/Reference-Manual-(v3.x).mediawiki +++ b/Reference-Manual-(v3.x).mediawiki @@ -774,7 +774,7 @@ function main() return nil; end -; Note : Go to http://www.lua.org/ to find more about the Lua programming language. The reference manual too is available online, at http://www.lua.org/manual/5.1/. +; Note : Go to http://www.lua.org/ to find more about the Lua programming language. The reference manual too is available online, at http://www.lua.org/manual/5.2/. ; Note : Lua support is marked as experimental as the way the programming interface may continue to evolve while we are working for the best implementation style. Any user input into the programming interface is appreciated.