From: Peter van Dijk Date: Wed, 24 Feb 2016 11:32:41 +0000 (+0100) Subject: link to learn lua in 15 minutes X-Git-Tag: auth-4.0.0-alpha2~15^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c988e8e2050aca0a632721c3951b16b03d6ddd3d;p=pdns link to learn lua in 15 minutes --- diff --git a/docs/markdown/recursor/scripting.md b/docs/markdown/recursor/scripting.md index e57f1f7bc..0d1fb0b78 100644 --- a/docs/markdown/recursor/scripting.md +++ b/docs/markdown/recursor/scripting.md @@ -10,7 +10,7 @@ you or your users from malicious traffic. Lua is extremely fast and lightweight, easily supporting hundreds of thousands of queries per second. The Lua language is explained very -well in the excellent book [Programming in Lua](http://www.amazon.com/exec/obidos/ASIN/859037985X/lua-pilindex-20). +well in the excellent book [Programming in Lua](http://www.amazon.com/exec/obidos/ASIN/859037985X/lua-pilindex-20). If you already have programming experience, [Learn Lua in 15 Minutes](http://tylerneylon.com/a/learn-lua/) is a great primer. For extra performance, a Just In Time compiled version of Lua called [LuaJIT](http://luajit.org/) is supported.