Skip to content

Commit

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

- Fix external reference urls.
  • Loading branch information
pierrebailletsonos authored and Rizwana777 committed Dec 12, 2024
1 parent 44f8cb2 commit 0321753
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 0321753

Please sign in to comment.