]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add fixme to broken images
authorJason Ish <ish@unx.ca>
Fri, 4 Dec 2015 17:45:41 +0000 (11:45 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 28 Sep 2016 11:11:10 +0000 (13:11 +0200)
doc/sphinx/pcre.rst

index eeeb314caf2c8df6c9f7cd6a667ed15cb68b80ae..a0df46fc3b39707a7f0783778408dbc0e8b5609c 100644 (file)
@@ -79,9 +79,9 @@ Suricata has its own specific pcre modifiers. These are:
   relative to the previous match so both matches have to be in the
   HTTP-raw-uri buffer. Read more about [[**FIXME** HTTP-uri normalization]].
 
-.. image:: pcre/pcre7.png
+** FIXME - image is missing on wiki: .. image:: pcre/pcre7.png
 
-.. image:: pcre/pcre8.png
+** FIXME - image is missing on wiki: .. image:: pcre/pcre8.png
 
 * ``P``: Makes pcre match on the HTTP- request-body. So, it matches on
   the same buffer as http_client_body. P can be combined with /R. Note