From d89dffb5a2ea05f8c5db20624f281c9000c4f09f Mon Sep 17 00:00:00 2001 From: tjandy98 <3953059+tjandy98@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:01:15 +0800 Subject: [PATCH] Fix element links Signed-off-by: tjandy98 <3953059+tjandy98@users.noreply.github.com> --- content/en/docs/concepts/rules/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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):