Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crowdsec-docs/docs/expr/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Several places of CrowdSec's configuration use [expr](https://github.com/antonme
- [Whitelists](/log_processor/whitelist/introduction.md) rely on `expression` directive to allow more complex whitelists filters
- [Profiles](/local_api/profiles/intro.md) rely on `filters` directives to find matching profiles

To learn more about [expr](https://github.com/antonmedv/expr), [check the github page of the project](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
To learn more about [expr](https://github.com/expr-lang/expr) syntax, [check the official documentation of the project](https://expr-lang.org/docs/language-definition).


When CrowdSec relies on `expr`, a context is provided to let the expression access relevant objects :
Expand Down
2 changes: 1 addition & 1 deletion crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Several places of CrowdSec's configuration use [expr](https://github.com/antonme
- [Whitelists](/log_processor/whitelist/introduction.md) rely on `expression` directive to allow more complex whitelists filters
- [Profiles](/local_api/profiles/intro.md) rely on `filters` directives to find matching profiles

To learn more about [expr](https://github.com/antonmedv/expr), [check the github page of the project](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
To learn more about [expr](https://github.com/expr-lang/expr) syntax, [check the official documentation of the project](https://expr-lang.org/docs/language-definition).


When CrowdSec relies on `expr`, a context is provided to let the expression access relevant objects :
Expand Down