From a1f11ac4e1c3b60adbd9d7b7b0bceb15f1306603 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Thu, 15 Feb 2018 13:05:16 +0100 Subject: [PATCH] Add link to example webhook receiver in documentation Signed-off-by: Duncan Ogilvie --- docs/content/doc/features/webhooks.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/features/webhooks.en-us.md b/docs/content/doc/features/webhooks.en-us.md index 2220c1ef2..ab79e4f6c 100644 --- a/docs/content/doc/features/webhooks.en-us.md +++ b/docs/content/doc/features/webhooks.en-us.md @@ -17,7 +17,7 @@ menu: Gitea supports web hooks for repository events, this can be found in the settings page(`/:username/:reponame/settings/hooks`). All event pushes are POST requests. -The two methods currently supported are Gitea and Slack. +The two methods currently supported are Gitea and Slack. A simple example webhook receiver can be found [here](https://github.com/mrexodia/go-gitea-webhook). ### Event information