Skip to content

Commit

Permalink
Update link to interceptors doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcatfish authored and tekton-robot committed May 5, 2021
1 parent 482ea67 commit e2381f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ the functionality of Tekton Pipelines to support events:
* [`ClusterTriggerBinding`](https://github.com/tektoncd/triggers/blob/main/docs/triggerbindings.md) - a cluster-scoped version of the `TriggerBinding`,
especially useful for reuse within your cluster.

* [`Interceptor`](https://github.com/tektoncd/triggers/blob/main/docs/eventlisteners.md#interceptors) - a "catch-all" event processor for a specific platform that
* [`Interceptor`](interceptors.md) - a "catch-all" event processor for a specific platform that
runs before the `TriggerBinding` enabling you to perform payload filtering, verification (using a secret), transformation, define and test trigger conditions, and other
useful processing. Once the event data passes through an interceptor, it then goes to the `Trigger` before you pass the payload data to the `TriggerBinding`.

Expand Down

0 comments on commit e2381f1

Please sign in to comment.