Fix a link to the STIX import module reference

pull/46/head
Alexandre Dulaunoy 2016-08-12 14:26:39 +02:00
parent 0089983661
commit dcdb11b709
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
### Import modules
* [OCR](misp_modules/modules/import_mod/ocr.py) Optical Character Recognition (OCR) module for MISP to import attributes from images, scan or faxes.
* [stiximport](misp_modules/modules/expansion/stiximport.py) - An import module to process STIX xml/json
* [stiximport](misp_modules/modules/import_mod/stiximport.py) - An import module to process STIX xml/json
## How to install and start MISP modules?