Browse Source

docs: use full path to avoid issues with relative path

pull/9411/head
Pranav C 3 months ago
parent
commit
e6fd048e9f
  1. 10
      packages/noco-docs/docs/130.automation/020.webhook/010.webhook-overview.md

10
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)

Loading…
Cancel
Save