Skip to content

Commit

Permalink
docs: remove mentions to Suricata-6
Browse files Browse the repository at this point in the history
  • Loading branch information
jufajardini authored and victorjulien committed Sep 23, 2024
1 parent d1d1c8c commit 18e0d23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/userguide/devguide/codebase/unittests-c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
4 changes: 2 additions & 2 deletions doc/userguide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18e0d23

Please sign in to comment.