Add link to example webhook receiver in documentation

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
This commit is contained in:
Duncan Ogilvie 2018-02-15 13:05:16 +01:00
parent b104ab3ca1
commit a1f11ac4e1
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8

View File

@ -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