Skip to content

Commit

Permalink
docs: fix broken links (#3962)
Browse files Browse the repository at this point in the history
Update notifications.md

- Fix external reference urls.
  • Loading branch information
pierrebailletsonos authored Dec 6, 2024
1 parent b3356a2 commit a4d50d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ add blocks and attachments for Slack, subject for Email or URL path, and body fo
In addition to custom notification template administrator and configure custom triggers. Custom trigger defines the
condition when the notification should be sent. The definition includes name, condition and notification templates reference.
The condition is a predicate expression that returns true if the notification should be sent. The trigger condition
evaluation is powered by [antonmedv/expr](https://github.com/antonmedv/expr).
The condition language syntax is described at [Language-Definition.md](https://github.com/antonmedv/expr/blob/master/docs/Language-Definition.md).
evaluation is powered by [expr-lang/expr](https://github.com/expr-lang/expr).
The condition language syntax is described at [Language-Definition.md](https://github.com/expr-lang/expr/blob/master/docs/language-definition.md).

The trigger is configured in `argo-rollouts-notification-configmap` ConfigMap. For example the following trigger sends a notification
when rollout pod spec uses `argoproj/rollouts-demo:purple` image:
Expand Down

0 comments on commit a4d50d8

Please sign in to comment.