From f39e50d4d537f0e36e710f4392176a620e39ffac Mon Sep 17 00:00:00 2001 From: Arne Baeumler Date: Sun, 14 Nov 2021 20:01:32 +0100 Subject: [PATCH] fixed links --- content/knowledge/webhook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/knowledge/webhook.md b/content/knowledge/webhook.md index 5384f73..caf4cc8 100644 --- a/content/knowledge/webhook.md +++ b/content/knowledge/webhook.md @@ -5,13 +5,13 @@ draft: false --- # 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 ### regenerate hugo 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. -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 ```