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>
This commit is contained in:
Anas Khan
2026-07-14 20:52:44 +05:30
committed by GitHub
parent 8bb75684c5
commit 22d51160e3

View File

@@ -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/)