]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
docs: update url to docs.suricata.io
authorJason Ish <jason.ish@oisf.net>
Thu, 25 May 2023 19:21:11 +0000 (13:21 -0600)
committerVictor Julien <vjulien@oisf.net>
Tue, 30 May 2023 10:21:05 +0000 (12:21 +0200)
Makefile.am
README.md
doc/INSTALL
doc/Setting_up_IPSinline_for_Linux.txt
doc/userguide/devguide/codebase/contributing/contribution-process.rst
doc/userguide/devguide/codebase/unittests-c.rst
doc/userguide/devguide/extending/app-layer/app-layer-frames.rst
lua/fast.lua
src/suricata.h
suricata.yaml.in
threshold.config

index b061fa475eb1d65f62cc669b93bad7fa295f79e9..a5a71f710efc069bf55153cfa5332b4c6f586c3e 100644 (file)
@@ -54,7 +54,7 @@ endif
        @echo "updated and managed with the suricata-update tool."
        @echo ""
        @echo "For more information please see:"
-       @echo "  https://suricata.readthedocs.io/en/latest/rule-management/index.html"
+       @echo "  https://docs.suricata.io/en/latest/rule-management/index.html"
        @echo ""
 
 install-library:
index 436dc5ce8209822be3b9240cb6750a256ea83262..206712806bed7feee85dcdf0afd64a7f223d0645 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ Introduction
 Installation
 ------------
 
-https://suricata.readthedocs.io/en/latest/install.html
+https://docs.suricata.io/en/latest/install.html
 
 User Guide
 ----------
 
-You can follow the [Suricata user guide](https://suricata.readthedocs.io/en/latest/) to get started.
+You can follow the [Suricata user guide](https://docs.suricata.io/en/latest/) to get started.
 
 Contributing
 ------------
index f7cb93311021bf5d0413f955caea80b21c189c42..08b2effe8a418ee00e645f36ab7ece3296fb6393 100644 (file)
@@ -2,4 +2,4 @@ See doc/userguide/install.rst
 
 An hosted version of this can be found at Read The Docs:
 
-https://suricata.readthedocs.io/en/latest/install.html
+https://docs.suricata.io/en/latest/install.html
index f499a8994c782de2e13a46df20ea8b75d1f52d7d..3e2ee62beb261f38cd9b746dfbcc1a584bf0a28d 100644 (file)
@@ -1,5 +1,5 @@
 Autogenerated on 2012-11-29
-from - https://suricata.readthedocs.io/en/latest/setting-up-ipsinline-for-linux.html
+from - https://docs.suricata.io/en/latest/setting-up-ipsinline-for-linux.html
 
 
 Setting up IPS/inline for Linux
index 4bb7405cd8f0bf1d7ef9d6a001ea89bd2d218f6d..198ff142afc2792be4d0434359dbb462a9d4bb3a 100644 (file)
@@ -203,7 +203,7 @@ If you are writing or updating *documentation pages*, please:
 * when adding diagrams or images, we prefer alternatives that can be generated
   automatically, if possible;
 * bear in mind that our documentation is published on `Read the Docs <https:/
-  /suricata.readthedocs.io/en/latest/#suricata-user-guide>`_ and can also be
+  /docs.suricata.io/en/latest/#suricata-user-guide>`_ and can also be
   built to pdf, so it is important that it looks good in such formats.
 
 
index bed54c87db88b0c8dac92e173a4e344856c79797..0ae7bdf92e0c30f99e9c70fe61b559ce50cb637e 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://suricata.readthedocs.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/suricata-6.0.3/command-line-options.html#unit-tests>`_.
 
 Example:
 You can run tests specifically on flowbits. This is how you should do that::
@@ -42,7 +42,7 @@ This will be very verbose. You can also add the ``SC_LOG_OP_FILTER`` to limit th
     SC_LOG_LEVEL=Debug SC_LOG_OP_FILTER="(something|somethingelse)" suricata -u
 
 This example will show all lines (debug, info, and all other levels) that contain either something or something else.
-Keep in mind the `log level <https://suricata.readthedocs.io/en/latest/manpages/suricata.html#id1>`_  precedence: if you choose *Info* level, for instance, Suricata won't show messages from the other levels.
+Keep in mind the `log level <https://docs.suricata.io/en/latest/manpages/suricata.html#id1>`_  precedence: if you choose *Info* level, for instance, Suricata won't show messages from the other levels.
 
 Writing Unit Tests - C codebase
 ===============================
index ec16ea91c9b2d8a830ed5fd5e1ecf7c001dc6475..a810f5588dcdc389e3b06c61f60bde3219e307ca 100644 (file)
@@ -7,7 +7,7 @@ Application Layer Frame Support
 Baseline
 ========
 
-- `Suricata rules format <https://suricata.readthedocs.io/en/latest/rules/intro.html>`_
+- `Suricata rules format <https://docs.suricata.io/en/latest/rules/intro.html>`_
 
 General Concepts
 ================
index 17551900bec814c6a30e310edbf11c4cbd7edbc0..ffb3b01f6e7c61a9d905eeeab607a7ca7d99d13d 100644 (file)
@@ -10,7 +10,7 @@
 
 -- To learn more about all the API functions suricata provides for your lua scripts
 -- and the lua output extension in general see:
--- http://suricata.readthedocs.io/en/latest/output/lua-output.html
+-- http://docs.suricata.io/en/latest/output/lua-output.html
 
 function init()
     local needs     = {}
index f4ce718f7eb32ff8bb33e80cac91d670312b9252..82b049f583e24320fa2e26de5c6abcd11436b2d1 100644 (file)
@@ -82,7 +82,7 @@
 #define DEFAULT_PID_BASENAME "suricata.pid"
 #define DEFAULT_PID_FILENAME DEFAULT_PID_DIR DEFAULT_PID_BASENAME
 
-#define DOC_URL "https://suricata.readthedocs.io/en/"
+#define DOC_URL "https://docs.suricata.io/en/"
 const char *GetDocURL(void);
 
 /* runtime engine control flags */
index 947a68268228f38023c34b3e54e4b55ac2b5b773..fdf68f0a7040a17b430fb9f41f8b41d12d39a463 100644 (file)
@@ -3,7 +3,7 @@
 
 # Suricata configuration file. In addition to the comments describing all
 # options in this file, full documentation can be found at:
-# https://suricata.readthedocs.io/en/latest/configuration/suricata-yaml.html
+# https://docs.suricata.io/en/latest/configuration/suricata-yaml.html
 
 # This configuration file generated by Suricata @PACKAGE_VERSION@.
 suricata-version: "@MAJOR_MINOR@"
@@ -217,7 +217,7 @@ outputs:
         - dns:
             # This configuration uses the new DNS logging format,
             # the old configuration is still available:
-            # https://suricata.readthedocs.io/en/latest/output/eve/eve-json-output.html#dns-v1-format
+            # https://docs.suricata.io/en/latest/output/eve/eve-json-output.html#dns-v1-format
 
             # As of Suricata 5.0, version 2 of the eve dns output
             # format is the default.
@@ -539,7 +539,7 @@ outputs:
   # Lua Output Support - execute lua script to generate alert and event
   # output.
   # Documented at:
-  # https://suricata.readthedocs.io/en/latest/output/lua-output.html
+  # https://docs.suricata.io/en/latest/output/lua-output.html
   - lua:
       enabled: no
       #scripts-dir: /etc/suricata/lua-output/
index bb992b6ee767a28d9710eeabc89d092d2e44d4d3..670a57a973a6f6d4836046e292981d9bc0e1512d 100644 (file)
 # suppress gen_id <gid>, sig_id <sid>
 # suppress gen_id <gid>, sig_id <sid>, track <by_src|by_dst>, ip <ip|subnet>
 #
-# The options are documented at https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html
+# The options are documented at https://docs.suricata.io/en/latest/configuration/global-thresholds.html
 #
 # Please note that thresholding can also be set inside a signature. The interaction between rule based thresholds
 # and global thresholds is documented here:
-# https://suricata.readthedocs.io/en/latest/configuration/global-thresholds.html#global-thresholds-vs-rule-thresholds
+# https://docs.suricata.io/en/latest/configuration/global-thresholds.html#global-thresholds-vs-rule-thresholds
 
 # Limit to 10 alerts every 10 seconds for each source host
 #threshold gen_id 0, sig_id 0, type limit, track by_src, count 10, seconds 10