diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-07-23 12:57:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 12:57:27 +0200 |
commit | 77d2f8da5b9cfaf8f2f0383f547c91db25604298 (patch) | |
tree | 5e16a128d7346802344c8cc7b6c76f875c9b0d5f /lua.html.markdown | |
parent | f0a0c8db61e32ba57818520e82e35c89c1965efd (diff) | |
parent | acff6a36c1ec425bf3f920e55c0ee90039647209 (diff) |
Merge pull request #4460 from Pab0/patch-1
[lua/en] Update LuaShortReference link
Diffstat (limited to 'lua.html.markdown')
-rw-r--r-- | lua.html.markdown | 2 |
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: |