Merge pull request #577 from fluxcd/patch-docs

docs: update link to Gitea hooks source
This commit is contained in:
Hidde Beydals 2023-07-14 16:20:46 +02:00 committed by GitHub
commit 0c3408bbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ type](#github) compatible [webhook event payloads](https://docs.gitea.io/en-us/w
**Note:** While the payloads are compatible with the GitHub type, the number of
available events may be limited and/or different from the ones available in
GitHub. Refer to the [Gitea source code](https://github.com/go-gitea/gitea/blob/main/models/webhook/hooktask.go#L28)
GitHub. Refer to the [Gitea source code](https://github.com/go-gitea/gitea/blob/v1.19.4/modules/webhook/type.go#L10)
to see the list of available [events](#events).
#### GitLab