Add link to webhooks wiki page to readme
So that we have one thing which points to an explaination about what webhooks are.
This commit is contained in:
parent
506001a366
commit
c1b322bc52
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Webhookey
|
# Webhookey
|
||||||
Webhookey is a web server listening for requests as for example sent by
|
Webhookey is a web server listening for
|
||||||
Gitea's webhooks. Further, Webhookey allows you to specify rules
|
[webhooks](https://en.wikipedia.org/wiki/Webhook) as for example sent
|
||||||
|
by Gitea's webhooks. Further, Webhookey allows you to specify rules
|
||||||
which are matched against the data received to trigger certain
|
which are matched against the data received to trigger certain
|
||||||
actions.
|
actions.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue