Skip to content

Commit e05e338

Browse files
authored
fix deadlinks for expr documentation (#884)
1 parent 2102c75 commit e05e338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crowdsec-docs/docs/expr/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Several places of CrowdSec's configuration use [expr](https://github.com/antonme
1313
- [Whitelists](/log_processor/whitelist/introduction.md) rely on `expression` directive to allow more complex whitelists filters
1414
- [Profiles](/local_api/profiles/intro.md) rely on `filters` directives to find matching profiles
1515

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).
1717

1818

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

crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Several places of CrowdSec's configuration use [expr](https://github.com/antonme
1313
- [Whitelists](/log_processor/whitelist/introduction.md) rely on `expression` directive to allow more complex whitelists filters
1414
- [Profiles](/local_api/profiles/intro.md) rely on `filters` directives to find matching profiles
1515

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).
1717

1818

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

0 commit comments

Comments
 (0)