From 90bc760c563fa3c42e31afa5a96a4ca6caea6ee1 Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Thu, 6 Jul 2023 15:00:45 -0400 Subject: [PATCH] Update README.md to fix etc path (#2913) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |