From c65689909c609324517fd8f09a08fbc3dcad024a Mon Sep 17 00:00:00 2001 From: Jo Johnson Date: Wed, 21 Feb 2024 07:35:58 -0800 Subject: [PATCH] doc: fix doc issue --- doc/userguide/rules/lua-detection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/userguide/rules/lua-detection.rst b/doc/userguide/rules/lua-detection.rst index 26ca8b9f98fe..56412cb7d59e 100644 --- a/doc/userguide/rules/lua-detection.rst +++ b/doc/userguide/rules/lua-detection.rst @@ -120,7 +120,7 @@ The following libraries and functions are blocked: * xpcall * string.rep -This behavior can be modified via the ``security.lua`` section of :ref:`_suricata-yaml-lua-config` +This behavior can be modified via the ``security.lua`` section of :ref:`suricata-yaml-lua-config` .. note:: Suricata 8.0 has moved to Lua 5.4 and has builtin support for bitwise and utf8 operations now.