From 84f7525c5b3831a76f17dacc8891aad27e1f4de5 Mon Sep 17 00:00:00 2001 From: Aurelien DARRAGON Date: Fri, 10 May 2024 09:31:47 +0200 Subject: [PATCH] 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. --- doc/lua-api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 8674d57eb..0d69a2f81 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