Skip to content

Commit

Permalink
fix broken link in interceptors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sugardon committed May 27, 2021
1 parent def39b9 commit c792918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interceptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Tekton Triggers ships with the following `Interceptors` to help you get started:

To specify an `Interceptor` within your `EventListener`, create an `interceptors:` field with the following sub-fields:
- `name` - (optional) a name that uniquely identifies this `Interceptor` definition
- `ref` - a reference to a [`ClusterInterceptor`](#clusterinterceptors) object with the following fields:
- `ref` - a reference to a [`ClusterInterceptor`](./clusterinterceptors.md) object with the following fields:
- `name` - the name of the referenced `ClusterInterceptor`
- `kind` - (optional) specifies that the referenced Kubernetes object is a `ClusterInterceptor` object
- `apiVersion` - (optional) specifies the target API version, for example `triggers.tekton.dev/v1alpha1`
Expand Down

0 comments on commit c792918

Please sign in to comment.