From 7ad667f282aaa5b7dd580da317fa3fdda05b5401 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 21 Sep 2016 07:38:45 +0200 Subject: [PATCH] doc: move snort compat to rule chapter --- doc/userguide/Makefile.am | 1 - doc/userguide/index.rst | 1 - doc/userguide/rules/index.rst | 1 + doc/userguide/{ => rules}/snort-compatibility.rst | 0 4 files changed, 1 insertion(+), 2 deletions(-) rename doc/userguide/{ => rules}/snort-compatibility.rst (100%) diff --git a/doc/userguide/Makefile.am b/doc/userguide/Makefile.am index 9feb4f3f31..58df915a9d 100644 --- a/doc/userguide/Makefile.am +++ b/doc/userguide/Makefile.am @@ -3,7 +3,6 @@ EXTRA_DIST = \ index.rst \ acknowledgements.rst \ oinkmaster.rst \ - snort-compatibility.rst \ command-line-options.rst \ initscripts.rst \ public-data-sets.rst \ diff --git a/doc/userguide/index.rst b/doc/userguide/index.rst index 07f284e720..9524ff76ab 100644 --- a/doc/userguide/index.rst +++ b/doc/userguide/index.rst @@ -7,7 +7,6 @@ Suricata User Guide what-is-suricata command-line-options - snort-compatibility rules/index.rst oinkmaster make-sense-alerts diff --git a/doc/userguide/rules/index.rst b/doc/userguide/rules/index.rst index 9cf0058edb..db477dd185 100644 --- a/doc/userguide/rules/index.rst +++ b/doc/userguide/rules/index.rst @@ -20,3 +20,4 @@ Suricata Rules normalized-buffers modbus-keyword dnp3-keywords + snort-compatibility diff --git a/doc/userguide/snort-compatibility.rst b/doc/userguide/rules/snort-compatibility.rst similarity index 100% rename from doc/userguide/snort-compatibility.rst rename to doc/userguide/rules/snort-compatibility.rst