From 8bfc33e5c11604e011d69191ca8f52c8ad727339 Mon Sep 17 00:00:00 2001 From: Ben Colborn <117322957+bc-devrev@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:30:13 -0700 Subject: [PATCH] fixed link (#91) --- fern/docs/pages/entities/webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/entities/webhooks.mdx b/fern/docs/pages/entities/webhooks.mdx index 07f0b547..2ad41df7 100644 --- a/fern/docs/pages/entities/webhooks.mdx +++ b/fern/docs/pages/entities/webhooks.mdx @@ -2,4 +2,4 @@ ℹī¸ Webhooks enable building custom workflows in response to events on the DevRev platform. A webhook can be thought of as a 'reverse API' that's driven by events rather than requests. While APIs are used to pull data from the system, webhooks are a mechanism for the system to push data to a pre-configured endpoint. Webhooks allow you to receive notifications based on events without having to explicitly make a request. -📌 For more information about webhooks, refer to [Getting started with webhooks](/guides/getting-started-with-webhooks). +📌 For more information about webhooks, refer to [Getting started with webhooks](/public/guides/webhooks).