diff --git a/docs/README.md b/docs/README.md index 1121baf69..92ad15ae2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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`.