From 97503dafe509e512fc24d65050d9e1e3445e09d0 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Thu, 26 Sep 2013 15:32:14 -0500 Subject: [PATCH] Fix a "make doc" warning --- doc/scripting/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/scripting/index.rst b/doc/scripting/index.rst index 4181704d63..5c85781300 100644 --- a/doc/scripting/index.rst +++ b/doc/scripting/index.rst @@ -90,8 +90,7 @@ the script starts to define instructions to take in a given event. :lines: 33-57 The workhorse of the script is contained in the event handler for -``file_hash``. The ``file_hash`` event is defined in the -:doc:`/scripts/base/bif/plugins/Bro_FileHash.events.bif.bro` script and allows scripts to access +``file_hash``. The :bro:see:`file_hash` event allows scripts to access the information associated with a file for which Bro's file analysis framework has generated a hash. The event handler is passed the file itself as ``f``, the type of digest algorithm used as ``kind`` and the hash generated as ``hash``.