From decc7fee431c75bcd8e6ab18792d164320be224c Mon Sep 17 00:00:00 2001 From: vntw Date: Wed, 19 Oct 2022 16:17:21 +0200 Subject: [PATCH] Update missing webhook job event docs URL --- event_webhook_types.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/event_webhook_types.go b/event_webhook_types.go index 222530760..e59621314 100644 --- a/event_webhook_types.go +++ b/event_webhook_types.go @@ -306,8 +306,7 @@ type IssueEvent struct { // JobEvent represents a job event. // // GitLab API docs: -// TODO: link to docs instead of src once they are published. -// https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/data_builder/build.rb +// https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#job-events type JobEvent struct { ObjectKind string `json:"object_kind"` Ref string `json:"ref"`