Skip to content

Commit

Permalink
Fix element links
Browse files Browse the repository at this point in the history
Signed-off-by: tjandy98 <3953059+tjandy98@users.noreply.github.com>
  • Loading branch information
tjandy98 authored and poiana committed Jan 14, 2025
1 parent dd316ea commit d89dffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/concepts/rules/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down

0 comments on commit d89dffb

Please sign in to comment.