From 07655b02ffbd710f98ffb02771fd4446233f8276 Mon Sep 17 00:00:00 2001 From: Andrew Tasso Date: Fri, 20 Dec 2024 11:14:08 -0500 Subject: [PATCH] Revise Gitlab Interceptors docs to use more direct link to Gitlab Event types --- docs/interceptors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interceptors.md b/docs/interceptors.md index 3be34690a..4b7e19a2b 100644 --- a/docs/interceptors.md +++ b/docs/interceptors.md @@ -322,7 +322,7 @@ To use a GitLab `Interceptor` as a GitLab webhook validator, do the following: To use a GitLab `Interceptor` as a filter for event data, specify the event types you want the `Interceptor` to accept in the `eventTypes` field. The `Interceptor` -accepts data event types listed in [Events](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#events). +accepts data event types listed in [Events](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html). Below is an example GitLab `Interceptor` reference: