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