diff --git a/doc/sphinx/command-line-options.rst b/doc/sphinx/command-line-options.rst index 2857d5032a..80542da49c 100644 --- a/doc/sphinx/command-line-options.rst +++ b/doc/sphinx/command-line-options.rst @@ -51,8 +51,9 @@ this: --runmode (in combination with the command line opion -i or -r) With the --runmode option you can set the runmode that you would like to use. This command line option can override the - yaml runmode option. For more information about runmodes see: [[Runmodes]]. + yaml runmode option. +For more information about runmodes see: :doc:`performance/runmodes` Unit Tests ~~~~~~~~~~ diff --git a/doc/sphinx/dropping-privileges.rst b/doc/sphinx/dropping-privileges.rst index 6edfa36a11..bdcd930d63 100644 --- a/doc/sphinx/dropping-privileges.rst +++ b/doc/sphinx/dropping-privileges.rst @@ -18,9 +18,11 @@ http://people.redhat.com/sgrubb/libcap-ng/ChangeLog make install Download, configure, compile, and install Suricata for your particular -setup. See [[**FIXME** Suricata Installation]] Depending on your environment, -you may need to add the --with-libpcap_ng-libraries and ---with-libpcap_ng-includes options during the configure step. e.g: +setup. See `Suricata Installation +`_. Depending +on your environment, you may need to add the +--with-libpcap_ng-libraries and --with-libpcap_ng-includes options +during the configure step. e.g: :: diff --git a/doc/sphinx/performance/packet-profiling.rst b/doc/sphinx/performance/packet-profiling.rst index 910f8be425..3912d26925 100644 --- a/doc/sphinx/performance/packet-profiling.rst +++ b/doc/sphinx/performance/packet-profiling.rst @@ -11,8 +11,9 @@ packets take to be processed. It is a way to figure out why certain packets are being processed quicker than others, and this way a good tool for developing Suricata. -Update Suricata by following the steps from [[Installation from -Git]]. Start at the end at +Update Suricata by following the steps from `Installation from Git +`_. Start +at the end at :: diff --git a/doc/sphinx/rules/rule-lua-scripting.rst b/doc/sphinx/rules/rule-lua-scripting.rst index c142eeca50..91f3de1af8 100644 --- a/doc/sphinx/rules/rule-lua-scripting.rst +++ b/doc/sphinx/rules/rule-lua-scripting.rst @@ -2,7 +2,8 @@ Lua Scripting ============= In order to enable Lua scripting, please reference this page before -continuing [[**FIXME** Installation from GIT with luajit]]. +continuing `Installation from GIT with luajit +`_. Syntax: diff --git a/doc/sphinx/setting-up-ipsinline-for-linux.rst b/doc/sphinx/setting-up-ipsinline-for-linux.rst index 470f2a1748..0a73c87610 100644 --- a/doc/sphinx/setting-up-ipsinline-for-linux.rst +++ b/doc/sphinx/setting-up-ipsinline-for-linux.rst @@ -3,8 +3,11 @@ Setting up IPS/inline for Linux In this guide will be explained how to work with Suricata in layer3 inline mode and how to set iptables for that purpose. -First start with compiling Suricata with NFQ support. For instructions see [[**FIXME** Ubuntu Installation]]. -For more information about NFQ and iptables, see :ref:`suricata-yaml-nfq`. +First start with compiling Suricata with NFQ support. For instructions +see `Ubuntu Installation +`_. +For more information about NFQ and iptables, see +:ref:`suricata-yaml-nfq`. To check if you have NFQ enabled in your Suricata, enter the following command: diff --git a/doc/sphinx/what-is-suricata.rst b/doc/sphinx/what-is-suricata.rst index 920f081a7d..60c1b46efe 100644 --- a/doc/sphinx/what-is-suricata.rst +++ b/doc/sphinx/what-is-suricata.rst @@ -64,5 +64,3 @@ Ristic of Mod Security fame for the OISF. This integrates and provides very advanced processing of HTTP streams for Suricata. The HTP library is required by the engine, but may also be used independently in a range of applications and tools. - -[[**FIXME** Major Features|Next]]