mirror of
https://github.com/kubevela/kubevela.git
synced 2026-07-29 02:11:44 +00:00
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:
@@ -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/)
|
||||
Reference in New Issue
Block a user