From 22d51160e331f879cce27f846accff5edf37a829 Mon Sep 17 00:00:00 2001 From: Anas Khan Date: Tue, 14 Jul 2026 20:52:44 +0530 Subject: [PATCH] Docs: remove dead webhook README links in WEBHOOK_DEBUGGING.md (#7219) The "Related Documentation" section linked to ../pkg/webhook/README.md and ../pkg/webhook/utils/README.md, neither of which exists in the repository. The relevant implementation files (pkg/webhook/utils/utils.go and the validating_handler.go handlers) are already referenced earlier in the guide, so remove the two broken links and keep the valid external admission webhooks reference. Signed-off-by: Anas Khan <83116240+anxkhn@users.noreply.github.com> --- docs/WEBHOOK_DEBUGGING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/WEBHOOK_DEBUGGING.md b/docs/WEBHOOK_DEBUGGING.md index ad544c384..8f019860e 100644 --- a/docs/WEBHOOK_DEBUGGING.md +++ b/docs/WEBHOOK_DEBUGGING.md @@ -186,6 +186,4 @@ make k3d-delete ## Related Documentation -- [KubeVela Webhook Implementation](../pkg/webhook/README.md) -- [CUE Template Validation](../pkg/webhook/utils/README.md) - [Admission Webhooks](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/) \ No newline at end of file