From ca13e9f1684c7078728dd0527da437ce7c340b01 Mon Sep 17 00:00:00 2001 From: Samuel de Oliveira <81493939+Samuel-de-Oliveira@users.noreply.github.com> Date: Mon, 30 May 2022 10:25:21 -0300 Subject: [PATCH 1/4] Add lua ebook. --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 256485cb6d615..ddd4e92078b61 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1485,6 +1485,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Lua +* [Learning Lua ebook](https://riptutorial.com/ebook/lua) - Rip Tutorial * [Lua 5.3 Reference Manual](http://www.lua.org/manual/5.3/) * [Lua Programming](https://en.wikibooks.org/wiki/Lua_Programming) - Wikibooks * [Lua Tutorial](http://www.tutorialspoint.com/lua/) - Tutorials Point (HTML, PDF) From 5a0d726dd006baf10008fe97eee6dad8b3fe0bd7 Mon Sep 17 00:00:00 2001 From: Samuel de Oliveira <81493939+Samuel-de-Oliveira@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:44:31 -0300 Subject: [PATCH 2/4] Rewrite link --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index ddd4e92078b61..f74da64f5c396 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1485,7 +1485,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Lua -* [Learning Lua ebook](https://riptutorial.com/ebook/lua) - Rip Tutorial +* [Learning Lua ebook](https://riptutorial.com/Download/lua.pdf) - Rip Tutorial * [Lua 5.3 Reference Manual](http://www.lua.org/manual/5.3/) * [Lua Programming](https://en.wikibooks.org/wiki/Lua_Programming) - Wikibooks * [Lua Tutorial](http://www.tutorialspoint.com/lua/) - Tutorials Point (HTML, PDF) From dd62f6f236f03c0b69a1acac38603c8bbaf9f34a Mon Sep 17 00:00:00 2001 From: Samuel de Oliveira <81493939+Samuel-de-Oliveira@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:53:06 -0300 Subject: [PATCH 3/4] Add credits to Stackoverflow in a Lua ebook --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index f74da64f5c396..e742a1da06543 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1485,7 +1485,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Lua -* [Learning Lua ebook](https://riptutorial.com/Download/lua.pdf) - Rip Tutorial +* [Learning Lua ebook](https://riptutorial.com/Download/lua.pdf) - Rip Tutorial (Compiled from StackOverflow documentation) * [Lua 5.3 Reference Manual](http://www.lua.org/manual/5.3/) * [Lua Programming](https://en.wikibooks.org/wiki/Lua_Programming) - Wikibooks * [Lua Tutorial](http://www.tutorialspoint.com/lua/) - Tutorials Point (HTML, PDF) From adf9ea99f84e994697de13911e174335004d9e64 Mon Sep 17 00:00:00 2001 From: Samuel de Oliveira <81493939+Samuel-de-Oliveira@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:22:39 +0000 Subject: [PATCH 4/4] Add "(PDF)" in final line --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 107bb662dec63..2a5e2945a66bd 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1490,7 +1490,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Lua -* [Learning Lua ebook](https://riptutorial.com/Download/lua.pdf) - Rip Tutorial (Compiled from StackOverflow documentation) +* [Learning Lua ebook](https://riptutorial.com/Download/lua.pdf) - Rip Tutorial (Compiled from StackOverflow documentation) (PDF) * [Lua 5.3 Reference Manual](http://www.lua.org/manual/5.3/) * [Lua Programming](https://en.wikibooks.org/wiki/Lua_Programming) - Wikibooks * [Lua Tutorial](http://www.tutorialspoint.com/lua/) - Tutorials Point (HTML, PDF)