From e6fd048e9f4969012cf081a71eeb9df0f6eb289c Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 2 Sep 2024 05:44:24 +0000 Subject: [PATCH] docs: use full path to avoid issues with relative path --- .../130.automation/020.webhook/010.webhook-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md b/packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md index 23aa8e47d8..657a907dbd 100644 --- a/packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md +++ b/packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md @@ -9,9 +9,9 @@ You can employ webhooks to notify external systems whenever there are additions, Note that, Webhooks currently are specific to associated table. -- [Create Webhook](create-webhook) -- [Disable Webhook](actions-on-webhook#enable/disable-webhook) -- [Modify Webhook](actions-on-webhook#edit-webhook) -- [Duplicate Webhook](actions-on-webhook#duplicate-webhook) -- [Delete Webhook](actions-on-webhook#delete-webhook) +- [Create Webhook](/automation/webhook/create-webhook) +- [Disable Webhook](/automation/webhook/actions-on-webhook#enable/disable-webhook) +- [Modify Webhook](/automation/webhook/actions-on-webhook#edit-webhook) +- [Duplicate Webhook](/automation/webhook/actions-on-webhook#duplicate-webhook) +- [Delete Webhook](/automation/webhook/actions-on-webhook#delete-webhook)