summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPab0 <elias.regopoulos@gmail.com>2022-07-21 16:42:43 +0200
committerGitHub <noreply@github.com>2022-07-21 16:42:43 +0200
commitacff6a36c1ec425bf3f920e55c0ee90039647209 (patch)
treecc4cf1802f4e5fef6a4c50250aae74c943a60cfb
parentead613a12c3928f2f05ba30fc57ec88c083febf2 (diff)
Update LuaShortReference link
The previous PDF location 404's on lua-users.org, so linking to the respective lua-users.org/wiki page instead (which includes working links to the PDFs on Thomas Lauer's website).
-rw-r--r--lua.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.html.markdown b/lua.html.markdown
index ac7883b2..32512060 100644
--- a/lua.html.markdown
+++ b/lua.html.markdown
@@ -406,7 +406,7 @@ I started with <a href="https://ebens.me/post/lua-for-programmers-part-1/">Black
Next I read the official <a href="http://www.lua.org/pil/contents.html">Programming in Lua</a> book.
That's the how.
-It might be helpful to check out the <a href="http://lua-users.org/files/wiki_insecure/users/thomasl/luarefv51.pdf">Lua short
+It might be helpful to check out the <a href="http://lua-users.org/wiki/LuaShortReference">Lua short
reference</a> on lua-users.org.
The main topics not covered are standard libraries: