From 7337c15b48960c8d266defba2fc7203ef1308131 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Sun, 8 Oct 2017 07:24:50 -0700 Subject: [PATCH] Link to Programming in Lua (#2569) the Lua Programming Gems book is not freely available (apart from the second chapter and notes for some other chapters), and is not a general guide to the language; the first edition of Programming in Lua, however, *is* freely available, and *is* a guide for learning the language in general. --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 6cb9f768..8e8fa23a 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1537,7 +1537,7 @@ For resources on Angular, Backbone, D3, Dojo, Ember, Express, jQuery, Knockout, ### Lua * [Lua 5.1 Reference Manual](http://www.lua.org/manual/5.1/) -* [Programming Gems](http://www.lua.org/gems/) +* [Programming in Lua (first edition)](https://www.lua.org/pil/contents.html) * [Wikibook](https://en.wikibooks.org/wiki/Lua_Programming)