]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
docs: remove mentions to Suricata-6
authorJuliana Fajardini <jufajardini@gmail.com>
Fri, 20 Sep 2024 18:43:51 +0000 (15:43 -0300)
committerVictor Julien <victor@inliniac.net>
Mon, 23 Sep 2024 16:59:26 +0000 (18:59 +0200)
Task #7262

doc/userguide/devguide/codebase/unittests-c.rst
doc/userguide/install.rst

index 0ae7bdf92e0c30f99e9c70fe61b559ce50cb637e..fd63072317274684814f61401f9007759337888e 100644 (file)
@@ -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 <https://docs.suricata.io/en/suricata-6.0.3/command-line-options.html#unit-tests>`_.
+The unit tests specific command line options can be found at `Command Line Options <https://docs.suricata.io/en/latest/command-line-options.html#unit-tests>`_.
 
 Example:
 You can run tests specifically on flowbits. This is how you should do that::
index 5e1e01050bd28bb426d390228697f7309054bf1a..2487093e678de25654b1cfa3e5500f9971e19fa8 100644 (file)
@@ -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