From e2782823e94d816ac0ace43edcb1dfa8181e8ac1 Mon Sep 17 00:00:00 2001 From: Sharon Kent Date: Tue, 27 May 2025 16:05:36 -0600 Subject: [PATCH] update selectors route --- docs/developers/writing_rules.md | 2 +- versioned_docs/version-3.11.2/developers/writing_rules.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/writing_rules.md b/docs/developers/writing_rules.md index 2678498c6..2e174ea54 100644 --- a/docs/developers/writing_rules.md +++ b/docs/developers/writing_rules.md @@ -58,7 +58,7 @@ Rspamd typically defines two types of rules: Lua rules are useful for performing complex tasks, such as checking DNS, querying Redis or HTTP, and examining task-specific details. Regexp rules are optimized by Rspamd (especially when Hyperscan is enabled) and can be used to match custom patterns in headers, URLs, text parts, and even the entire message body. -There is another option called [selectors](/doc/configuration/selectors.html) that allows you to combine data extraction and transformation routines, so you don't have to write custom Lua code. The selectors framework is also useful for reusing custom extraction/transformation routines in different plugins and even in regular expression constructions. +There is another option called [selectors](/configuration/selectors) that allows you to combine data extraction and transformation routines, so you don't have to write custom Lua code. The selectors framework is also useful for reusing custom extraction/transformation routines in different plugins and even in regular expression constructions. ### Rule weights diff --git a/versioned_docs/version-3.11.2/developers/writing_rules.md b/versioned_docs/version-3.11.2/developers/writing_rules.md index 2678498c6..2e174ea54 100644 --- a/versioned_docs/version-3.11.2/developers/writing_rules.md +++ b/versioned_docs/version-3.11.2/developers/writing_rules.md @@ -58,7 +58,7 @@ Rspamd typically defines two types of rules: Lua rules are useful for performing complex tasks, such as checking DNS, querying Redis or HTTP, and examining task-specific details. Regexp rules are optimized by Rspamd (especially when Hyperscan is enabled) and can be used to match custom patterns in headers, URLs, text parts, and even the entire message body. -There is another option called [selectors](/doc/configuration/selectors.html) that allows you to combine data extraction and transformation routines, so you don't have to write custom Lua code. The selectors framework is also useful for reusing custom extraction/transformation routines in different plugins and even in regular expression constructions. +There is another option called [selectors](/configuration/selectors) that allows you to combine data extraction and transformation routines, so you don't have to write custom Lua code. The selectors framework is also useful for reusing custom extraction/transformation routines in different plugins and even in regular expression constructions. ### Rule weights