doc: fix URL for unix-socket python example

pull/5720/head
Kirby Kuehl 5 years ago committed by Victor Julien
parent 8ce2078a38
commit 5499a6f7cd

@ -34,7 +34,7 @@ directory.
Clients are implemented for some programming languages and can be used as code Clients are implemented for some programming languages and can be used as code
example to write custom scripts: 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) * 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) * C: https://github.com/regit/SuricataC (a Unix socket mode client in C without interactive mode)

Loading…
Cancel
Save