mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
Merge pull request #4098 from chasets/patch-1
[lua/en] - Fixed dead link for: Lua for programmers
This commit is contained in:
commit
054d0d450a
@ -395,7 +395,7 @@ g() -- Prints out 343; nothing printed before now.
|
||||
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="http://nova-fusion.com/2012/08/27/lua-for-programmers-part-1/">BlackBulletIV's Lua for programmers</a>.
|
||||
I started with <a href="https://ebens.me/post/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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user