Skip to content

Commit 51beb2c

Browse files
committed
Lua README updates
1 parent 97c177c commit 51beb2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lua/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ Continue your study of Lua via:
3737
- [Awesome Lua](https://github.com/LewisJEllis/awesome-lua)
3838
- [Lua Home](http://www.lua.org/)
3939
- [List of Lua Books](http://www.lua.org/docs.html#books)
40-
- [Lua Reference Manual](http://www.lua.org/manual/5.4/)
41-
- [The book _Programming in Lua_ by Lua’s creator, Roberto Ierusalimschy](http://www.lua.org/pil/)
40+
- [Lua Reference Manual](http://www.lua.org/manual/)
41+
- The book [_Programming in Lua_](http://www.lua.org/pil/) by Lua’s creator, Roberto Ierusalimschy
4242
- [List of Lua Books](https://realtoughcandy.com/best-lua-books/)
4343
- [List of video games scripted in Lua](<https://en.wikipedia.org/wiki/Category:Lua_(programming_language)-scripted_video_games>)
4444

4545
## Lua Open Source Projects
4646

4747
Studying, and contributing to, open source projects is an excellent way to improve your proficiency in any language. Of the many projects using Lua, you may enjoy:
4848

49+
- [Trending Lua Repositories on GitHub](https://github.com/trending/lua)
50+
- [Top 100 Starred Lua Repositories on GitHub](https://github.com/EvanLi/Github-Ranking/blob/master/Top100/Lua.md)
4951
- [Luvit](https://github.com/luvit/luvit)
52+
- [KOReader](https://github.com/koreader/koreader)
5053
- [CorsixTH](https://github.com/CorsixTH/CorsixTH)
5154
- [termtris](https://github.com/tylerneylon/termtris)
5255
- [PacPac](https://github.com/tylerneylon/pacpac)

0 commit comments

Comments
 (0)