Skip to content

Commit

Permalink
fix: update reference link for language definition (#30302)
Browse files Browse the repository at this point in the history
The old one has been oudated and leads to a 404 page.
This is the newly updated link.
  • Loading branch information
karmingc authored Jan 5, 2024
1 parent 4eb62d1 commit 5ef17c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/stanza/docs/types/expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Expressions give the config flexibility by allowing dynamic business logic rules
Most notably, expressions can be used to route log records and add new fields based on the contents of the log entry
being processed.

For reference documentation of the expression language, see [here](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
For reference documentation of the expression language, see [here](https://github.com/expr-lang/expr/blob/master/docs/language-definition.md).

Available to the expressions are a few special variables:
- `body` contains the entry's body
Expand Down
2 changes: 1 addition & 1 deletion receiver/receivercreator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ instantiate that receiver.
**receivers.<receiver_type/id>.rule**

Rule expression using [expvar
syntax](https://github.com/antonmedv/expr/blob/master/docs/language-definition.md).
syntax](https://github.com/expr-lang/expr/blob/master/docs/language-definition.md).
Variables available are detailed below in [Rule
Expressions](#rule-expressions).

Expand Down

0 comments on commit 5ef17c0

Please sign in to comment.