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.
This commit is contained in:
Aurelien DARRAGON 2024-05-10 09:31:47 +02:00 committed by Amaury Denoyelle
parent cc9827bb09
commit 84f7525c5b

View File

@ -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