From 1a3ce97ee613b562892eb04f58c0f8f06cd2d26b Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Fri, 14 Jul 2023 15:37:37 +0200 Subject: [PATCH] docs: update link to Gitea hooks source While pinning it to a version, to ensure it continues to point to the right LOC. Signed-off-by: Hidde Beydals --- docs/spec/v1/receivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/v1/receivers.md b/docs/spec/v1/receivers.md index aa13199..575d2ce 100644 --- a/docs/spec/v1/receivers.md +++ b/docs/spec/v1/receivers.md @@ -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