]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: lua: update the links to the config and Lua API
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Apr 2018 13:12:26 +0000 (15:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Apr 2018 13:12:26 +0000 (15:12 +0200)
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).

doc/lua.txt

index 7dded13810e67a1cd63c1ac3dbc19d356762d90f..4a5ea431fcdce5477b11c8bcb9b2878bda17cf7c 100644 (file)
@@ -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