fixed links

This commit is contained in:
Arne Baeumler 2021-11-14 20:01:32 +01:00
parent f28e4b1c3c
commit f39e50d4d5

View File

@ -5,13 +5,13 @@ draft: false
--- ---
# fun with webhooks # fun with webhooks
[[webhook|https://github.com/adnanh/webhook]] is a lightweight golang single binary to easily setup webhooks for your services [webhook](https://github.com/adnanh/webhook) is a lightweight golang single binary to easily setup webhooks for your services
## Examples ## Examples
### regenerate hugo ### regenerate hugo
A webhook to regenerate my hugo based website. A webhook to regenerate my hugo based website.
Using a webhook in my gitea project, content is updated upon each git push to my remote git project. Using a webhook in my gitea project, content is updated upon each git push to my remote git project.
Details can be found in my [[ansible-role-hugo|https://git.br0tkasten.de/br0tkasten/ansible-role-hugo]] Details can be found in my [ansible-role-hugo](https://git.br0tkasten.de/br0tkasten/ansible-role-hugo)
/etc/webhooks.json /etc/webhooks.json
``` ```