Skip to content

Commit

Permalink
Update missing webhook job event docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vntw committed Oct 19, 2022
1 parent ec7a8cd commit decc7fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions event_webhook_types.go
Expand Up @@ -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"`
Expand Down

0 comments on commit decc7fe

Please sign in to comment.