fix: update broken link to expr language definition (#7604)

Signed-off-by: Rick Fletcher <fletch@pobox.com>
This commit is contained in:
Rick Fletcher 2025-10-10 21:24:14 -04:00 committed by GitHub
parent 1db4568df6
commit ed05cffcd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ For example, an expression could look like:
All expressions should be written to evaluate to a boolean value.
See https://github.com/expr-lang/expr/blob/master/docs/Language-Definition.md as a detailed reference for valid syntax.
See https://github.com/expr-lang/expr/blob/master/docs/language-definition.md as a detailed reference for valid syntax.
### Available Expression Functions