]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: fix URL for unix-socket python example
authorKirby Kuehl <kkuehl@gmail.com>
Tue, 5 Jan 2021 16:55:22 +0000 (08:55 -0800)
committerVictor Julien <victor@inliniac.net>
Thu, 14 Jan 2021 09:08:41 +0000 (10:08 +0100)
(cherry picked from commit 5499a6f7cd2265072945dbb3b5a61e2a5e1f7ad1)

doc/userguide/unix-socket.rst

index 3c0722a2ac3c019ad54b6f51e5c2a4a5fb5d505c..479579a065f94036782d82c02a6f7f54b6720f06 100644 (file)
@@ -34,7 +34,7 @@ directory.
 Clients are implemented for some programming languages and can be used as code
 example to write custom scripts:
 
-* Python: https://github.com/inliniac/suricata/blob/master/scripts/suricatasc/suricatasc.in (provided with Suricata and used in this document)
+* Python: https://github.com/OISF/suricata/blob/master/python/suricata/sc/suricatasc.py (provided with Suricata and used in this document)
 * Perl: https://github.com/aflab/suricatac (a simple Perl client with interactive mode)
 * C: https://github.com/regit/SuricataC (a Unix socket mode client in C without interactive mode)