diff --git a/content/en/docs/concepts/rules/_index.md b/content/en/docs/concepts/rules/_index.md index 23c1d8571..28773f053 100644 --- a/content/en/docs/concepts/rules/_index.md +++ b/content/en/docs/concepts/rules/_index.md @@ -11,9 +11,9 @@ A Falco *rules file* is a [YAML](https://www.yaml.org/) file containing mainly t Element | Description :-------|:----------- -[Rules](/docs/rules/basic-elements/#rules) | *Conditions* under which an alert should be generated. A rule is accompanied by a descriptive *output string* that is sent with the alert. -[Macros](/docs/rules/basic-elements/#macros) | Rule condition snippets that can be re-used inside rules and even other macros. Macros provide a way to name common patterns and factor out redundancies in rules. -[Lists](/docs/rules/basic-elements/#lists) | Collections of items that can be included in rules, macros, or other lists. Unlike rules and macros, lists cannot be parsed as filtering expressions. +[Rules](/docs/concepts/rules/basic-elements/#rules) | *Conditions* under which an alert should be generated. A rule is accompanied by a descriptive *output string* that is sent with the alert. +[Macros](/docs/concepts/rules/basic-elements/#macros) | Rule condition snippets that can be re-used inside rules and even other macros. Macros provide a way to name common patterns and factor out redundancies in rules. +[Lists](/docs/concepts/rules/basic-elements/#lists) | Collections of items that can be included in rules, macros, or other lists. Unlike rules and macros, lists cannot be parsed as filtering expressions. Falco rules files can also contain two optional elements related to [versioning](/docs/rules/versioning):