Skip to content

Commit

Permalink
doc: fix URL for unix-socket python example
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuehl authored and victorjulien committed Jan 12, 2021
1 parent 8ce2078 commit 5499a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/userguide/unix-socket.rst
Expand Up @@ -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)

Expand Down

0 comments on commit 5499a6f

Please sign in to comment.