From dcdb11b7097e4aa8944602bedf2a4ebddbc3b1dd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 12 Aug 2016 14:26:39 +0200 Subject: [PATCH] Fix a link to the STIX import module reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87fe69f..7c95f51 100644 --- a/README.md +++ b/README.md @@ -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?