From: Kirby Kuehl Date: Tue, 5 Jan 2021 16:55:22 +0000 (-0800) Subject: doc: fix URL for unix-socket python example X-Git-Tag: suricata-7.0.0-beta1~1908 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5720%2Fhead;p=thirdparty%2Fsuricata.git doc: fix URL for unix-socket python example --- diff --git a/doc/userguide/unix-socket.rst b/doc/userguide/unix-socket.rst index 3c0722a2ac..479579a065 100644 --- a/doc/userguide/unix-socket.rst +++ b/doc/userguide/unix-socket.rst @@ -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)