diff --git a/README.md b/README.md index 771725dce..dec6f11d7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Detection Rules contains more than just static rule files. This repository also | folder | description | |------------------------------------------------ |------------------------------------------------------------------------------------ | | [`detection_rules/`](detection_rules) | Python module for rule parsing, validating and packaging | -| [`detection_rules/etc/`](etc) | Miscellaneous files, such as ECS and Beats schemas | +| [`etc/`](detection_rules/etc) | Miscellaneous files, such as ECS and Beats schemas | | [`kibana/`](kibana) | Python library for handling the API calls to Kibana and the Detection Engine | | [`kql/`](kql) | Python library for parsing and validating Kibana Query Language | | [`rta/`](rta) | Red Team Automation code used to emulate attacker techniques, used for rule testing |