]> granicus.if.org Git - pdns/commitdiff
link to learn lua in 15 minutes
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 24 Feb 2016 11:32:41 +0000 (12:32 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 24 Feb 2016 11:32:41 +0000 (12:32 +0100)
docs/markdown/recursor/scripting.md

index e57f1f7bc9abb0c535dc45081c93d20930feb96c..0d1fb0b78e52c1aa8c328866905b7b1be61e9c5a 100644 (file)
@@ -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.