]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: lua: update a few doc URLs
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Apr 2022 05:58:19 +0000 (07:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Apr 2022 05:58:19 +0000 (07:58 +0200)
The HAProxy doc was updated to point to docs.haproxy.org.
The HAProxy API doc was returning a 404, let's point to version 2.6.
This should be backported with 1.9dev modified to match the respective
versions.

doc/lua.txt

index 4a63e57e9da4ae2c003d8989667982d7a19cca2e..289bd1872a636e85b0d54749470d027aa7d6c1d9 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/
+   HAProxy doc: http://docs.haproxy.org/
    Lua API:     http://www.lua.org/manual/5.3/
-   HAProxy API: http://www.arpalert.org/src/haproxy-lua-api/1.9dev/index.html
+   HAProxy API: http://www.arpalert.org/src/haproxy-lua-api/2.6/index.html
    Lua guide:   http://www.lua.org/pil/
 
 more about Lua choice