mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
DOC: lua: update a few doc URLs
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.
This commit is contained in:
parent
f0089d86ce
commit
77ec462670
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue