From: Willy Tarreau Date: Thu, 19 Apr 2018 13:12:26 +0000 (+0200) Subject: DOC: lua: update the links to the config and Lua API X-Git-Tag: v1.9-dev1~296 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=daac1e4c79f635272cfca371c21a739589596882;p=thirdparty%2Fhaproxy.git DOC: lua: update the links to the config and Lua API The links were still stuck to version 1.6. Let's update them. The patch needs to be carefully backported to 1.8 and 1.7 after editing the respective version (replace 1.9dev with 1.8 or 1.7). --- diff --git a/doc/lua.txt b/doc/lua.txt index 7dded13810..4a5ea431fc 100644 --- a/doc/lua.txt +++ b/doc/lua.txt @@ -83,9 +83,9 @@ Prerequisite Reading the following documentation links is required to understand the current paragraph: - HAProxy doc: http://cbonte.github.io/haproxy-dconv/configuration-1.6.html + HAProxy doc: http://cbonte.github.io/haproxy-dconv/ Lua API: http://www.lua.org/manual/5.3/ - HAProxy API: http://www.arpalert.org/src/haproxy-lua-api/1.6/index.html + HAProxy API: http://www.arpalert.org/src/haproxy-lua-api/1.9dev/index.html Lua guide: http://www.lua.org/pil/ more about Lua choice