From af732f4c1a70c99421c588dc892662a2a6d2cc17 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Wed, 17 Sep 2025 17:49:32 +0200 Subject: [PATCH] fix deadlinks for expr documentation --- crowdsec-docs/docs/expr/intro.md | 2 +- crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdsec-docs/docs/expr/intro.md b/crowdsec-docs/docs/expr/intro.md index 02a8c21fe..396807ba3 100644 --- a/crowdsec-docs/docs/expr/intro.md +++ b/crowdsec-docs/docs/expr/intro.md @@ -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 : diff --git a/crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md b/crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md index 02a8c21fe..396807ba3 100644 --- a/crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md +++ b/crowdsec-docs/versioned_docs/version-v1.7/expr/intro.md @@ -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 :