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