diff options
author | Stefan Trost <stefan@techscene.de> | 2024-01-21 20:56:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 20:56:57 +0100 |
commit | f8c0fd4aeb7697ac1a6832d13e464cda8c982a37 (patch) | |
tree | d5cf85826bc88966accbdd2f3f5b62116bb5ff68 | |
parent | 39543cf03ccf2ee1971a96237328fff63f6f868f (diff) |
[lua] Fix url (#4828)
-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 166f3749..f11d67a8 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -399,7 +399,7 @@ If you need support join the official Lua [mailing list](https://www.lua.org/lua I was excited to learn Lua so I could make games with the <a href="http://love2d.org/">Love 2D game engine</a>. That's the why. -I started with <a href="https://ebens.me/post/lua-for-programmers-part-1/">BlackBulletIV's Lua for programmers</a>. +I started with <a href="https://ebens.me/posts/lua-for-programmers-part-1/">BlackBulletIV's Lua for programmers</a>. Next I read the official <a href="http://www.lua.org/pil/contents.html">Programming in Lua</a> book. That's the how. |