fix broken link in webpage (#6488)

Signed-off-by: Masaki Nakano <admin@namachan10777.dev>
This commit is contained in:
Nakano Masaki
2024-03-08 04:24:38 +09:00
committed by GitHub
parent 5556180ac6
commit 62b23aeae6
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ Note that the regex pattern is enclosed in single quotes, and backslashes are es
## Expressions
To evaluate expressions, *view* uses the antonmedv/expr package (https://github.com/antonmedv/expr).
To evaluate expressions, *view* uses the antonmedv/expr package ( https://github.com/antonmedv/expr ).
For example, an expression could look like:
`(type() == 'A' && name() == 'example.com.') || client_ip() == '1.2.3.4'`.