]> git.ipfire.org Git - people/ms/suricata.git/blobdiff - doc/userguide/lua/lua-functions.rst
userguide: rename pg Lua Scripting->Lua Detection
[people/ms/suricata.git] / doc / userguide / lua / lua-functions.rst
index 218b84939db61120d286461dfdef63d2e2606d4b..e4aab57e554eda9ef416e6fd8ec478d6762a9113 100644 (file)
@@ -8,7 +8,7 @@ Differences between `output` and `detect`:
 
 Currently, the ``needs`` key initialization varies, depending on what is the goal of the script: output or detection.
 
-If the script is for detection, the ``needs`` initialization should be as seen in the example below (see :ref:`lua-scripting` for a complete example for a detect script):
+If the script is for detection, the ``needs`` initialization should be as seen in the example below (see :ref:`lua-detection` for a complete example of a detection script):
 
 ::