mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Broken links fixed
This commit is contained in:
parent
9a6d0ece3c
commit
5ffaff7fc4
1 changed files with 2 additions and 2 deletions
|
@ -180,9 +180,9 @@ How to create a new module
|
|||
|
||||
If you want to add a new processing or analysis module in AIL, it's simple.
|
||||
|
||||
1. Add your module name in [bin/packages/modules.cfg](/CIRCL/AIL-framework/blob/master/bin/packages/modules.cfg) and subscribe to the Redis_Global at minimum.
|
||||
1. Add your module name in [./bin/packages/modules.cfg](./bin/packages/modules.cfg) and subscribe to the Redis_Global at minimum.
|
||||
|
||||
2. Use [bin/template.py](/CIRCL/AIL-framework/blob/master/bin/) as a sample module and create a new file in bin/ with the module name used in the modules.cfg configuration.
|
||||
2. Use [./bin/template.py](./bin/template.py) as a sample module and create a new file in bin/ with the module name used in the modules.cfg configuration.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue