From: Aurelien DARRAGON Date: Fri, 10 May 2024 07:31:47 +0000 (+0200) Subject: DOC: lua: fix filters.txt file location X-Git-Tag: v3.0-dev11~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84f7525c5b3831a76f17dacc8891aad27e1f4de5;p=thirdparty%2Fhaproxy.git DOC: lua: fix filters.txt file location At the beginning of the filter class section, we encourage the user to check out filters.txt file to get to know how the filters API works within haproxy. However the file location is incorrect. The proper directory to look for the file is: doc/internals/api. It should be backported up to 2.5. --- diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 8674d57eb7..0d69a2f81b 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -3929,7 +3929,7 @@ Filter class This class contains return codes some filter callback functions may return. It also contains configuration flags and some helper functions. To understand how - the filter API works, see `doc/internal/filters.txt` documentation. + the filter API works, see `doc/internals/api/filters.txt` documentation. .. js:attribute:: filter.CONTINUE