From c988e8e2050aca0a632721c3951b16b03d6ddd3d Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 24 Feb 2016 12:32:41 +0100 Subject: [PATCH] link to learn lua in 15 minutes --- docs/markdown/recursor/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.40.0