From: Juliana Fajardini Date: Fri, 20 Sep 2024 18:43:51 +0000 (-0300) Subject: docs: remove mentions to Suricata-6 X-Git-Tag: suricata-8.0.0-beta1~850 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e0d23ed36e4fa617def571eff2dfc39b0244a8;p=thirdparty%2Fsuricata.git docs: remove mentions to Suricata-6 Task #7262 --- diff --git a/doc/userguide/devguide/codebase/unittests-c.rst b/doc/userguide/devguide/codebase/unittests-c.rst index 0ae7bdf92e..fd63072317 100644 --- a/doc/userguide/devguide/codebase/unittests-c.rst +++ b/doc/userguide/devguide/codebase/unittests-c.rst @@ -19,7 +19,7 @@ If you would like to compile Suricata with unit tests, enter the following durin ./configure --enable-unittests -The unit tests specific command line options can be found at `Command Line Options `_. +The unit tests specific command line options can be found at `Command Line Options `_. Example: You can run tests specifically on flowbits. This is how you should do that:: diff --git a/doc/userguide/install.rst b/doc/userguide/install.rst index 5e1e01050b..2487093e67 100644 --- a/doc/userguide/install.rst +++ b/doc/userguide/install.rst @@ -21,8 +21,8 @@ the source, see :doc:`verifying-source-files`. Basic steps:: - tar xzvf suricata-6.0.0.tar.gz - cd suricata-6.0.0 + tar xzvf suricata-7.0.0.tar.gz + cd suricata-7.0.0 ./configure make make install