You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/docs/expr/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Several places of CrowdSec's configuration use [expr](https://github.com/antonme
13
13
-[Whitelists](/log_processor/whitelist/introduction.md) rely on `expression` directive to allow more complex whitelists filters
14
14
-[Profiles](/local_api/profiles/intro.md) rely on `filters` directives to find matching profiles
15
15
16
-
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).
16
+
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).
17
17
18
18
19
19
When CrowdSec relies on `expr`, a context is provided to let the expression access relevant objects :
Copy file name to clipboardExpand all lines: crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Several places of CrowdSec's configuration use [expr](https://github.com/antonme
13
13
-[Whitelists](/log_processor/whitelist/introduction.md) rely on `expression` directive to allow more complex whitelists filters
14
14
-[Profiles](/local_api/profiles/intro.md) rely on `filters` directives to find matching profiles
15
15
16
-
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).
16
+
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).
17
17
18
18
19
19
When CrowdSec relies on `expr`, a context is provided to let the expression access relevant objects :
0 commit comments