Skip to content

Commit 62500ea

Browse files
committed
fix: docs link
1 parent 13b1f85 commit 62500ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides a modern MISP-compatible stack: a Python backend API wi
66

77
This tool is designed for security analysts who want to work with MISP IOCs (Indicators of Compromise) without the complexity of managing a full MISP instance or participating in the MISP community. It provides a streamlined, self-contained solution for ingesting, correlating, and analyzing threat intelligence data.
88

9-
Some screenshots are available [here](docs/screenshots/).
9+
Documentation and screenshots are available [here](https://misp-workbench.readthedocs.io/en/latest/).
1010

1111
### Features
1212
- **Correlations**: batch and incremental correlation generation scans attributes in OpenSearch and creates correlated attribute records. Correlation work is implemented in the backend and scheduled/executed via Celery tasks; results are surfaced in the frontend UI.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# misp-workbench
22

3-
<img src="../../images/misp-workbench-verti-color.svg#only-light">
4-
<img src="../../images/misp-workbench-verti-white.svg#only-dark">
3+
<img src="../images/misp-workbench-verti-color.svg#only-light">
4+
<img src="../images/misp-workbench-verti-white.svg#only-dark">
55

66
A modern MISP-compatible threat intelligence platform. It provides a self-contained solution for ingesting, correlating, and analysing threat intelligence data — without requiring a full MISP instance.
77

0 commit comments

Comments
 (0)