From 711268a85d817408e0def6f7a94c06eb0c653ba4 Mon Sep 17 00:00:00 2001 From: lloydchang Date: Tue, 9 Nov 2021 14:59:34 -0800 Subject: [PATCH] docs(webhook-receivers.md): fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/fluxcd/website/runs/4156089344 fix 2 errors reported by lychee Link Checker: Errors in content/en/docs/guides/webhook-receivers.md ✗ file:///github/workspace/content/en/docs/installation (Cannot find file file:///github/workspace/content/en/docs/installation) ✗ file:///github/workspace/content/en/docs/get-started/index.md (Cannot find file file:///github/workspace/content/en/docs/get-started/index.md) Signed-off-by: lloydchang --- content/en/docs/guides/webhook-receivers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/guides/webhook-receivers.md b/content/en/docs/guides/webhook-receivers.md index 958a090e8..ce6618300 100644 --- a/content/en/docs/guides/webhook-receivers.md +++ b/content/en/docs/guides/webhook-receivers.md @@ -15,8 +15,8 @@ every time a source changes. Using webhook receivers make 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