From 4a7de4a6165c77888cbe1bd9a6e30b153a8a7ad3 Mon Sep 17 00:00:00 2001 From: Scott Runnels Date: Sun, 5 May 2013 15:24:30 -0400 Subject: [PATCH] Corrected a mis-typed RST include. --- doc/scripting/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripting/index.rst b/doc/scripting/index.rst index 93af02d53e..02cd97e3b1 100644 --- a/doc/scripting/index.rst +++ b/doc/scripting/index.rst @@ -585,7 +585,7 @@ In the ``expiring-certs.bro`` script which identifies when SSL certificates are The ``$suppress_for`` variable can also be altered in a ``Notice::policy`` hook, allowing a deployment to better suit the environment in which it is be run. Using the example of ``expiring-certs.bro``, we can write a ``Notice::policy`` hook for ``SSL::Certificate_Expires_Soon`` to configure the ``$suppress_for`` variable to a shorter time. -.. rootedliteralinclude:: ${BRO_SRC_ROOT}/testing/btest/doc/manual/framework_notice_suppression_01.bro +.. rootedliteralinclude:: ${BRO_SRC_ROOT}/testing/btest/doc/manual/framework_notice_hook_suppression_01.bro :language: bro :linenos: :lines: 6-12