diff --git a/content/en/docs/guides/webhook-receivers.md b/content/en/docs/guides/webhook-receivers.md index b87044f45..ce6618300 100644 --- a/content/en/docs/guides/webhook-receivers.md +++ b/content/en/docs/guides/webhook-receivers.md @@ -8,15 +8,15 @@ weight: 40 Flux is by design **pull-based**. In order to notify the Flux controllers about changes in Git or Helm repositories, you can setup webhooks and trigger a cluster reconciliation -every time a source changes. Using webhook receivers, you can build **push-based** -GitOps pipelines that react to external events. +every time a source changes. Using webhook receivers make +**pull-based** pipelines as responsive as **push-based** pipelines. ## Prerequisites To follow this guide you'll need a Kubernetes cluster with the GitOps toolkit controllers installed on it. -Please see the [get started guide](../get-started/index.md) -or the [installation guide](../installation/). +Please see the [get started guide](../get-started.md) +or the [installation guide](../installation.md). The [notification controller](../components/notification/_index.md) can handle events coming from external systems