From 0e86143ff5c650199888a05c969d8cf0f521dfdc Mon Sep 17 00:00:00 2001 From: ww Date: Thu, 1 Feb 2024 18:35:49 -0800 Subject: [PATCH] Fix the reference link The [Admission webhooks][k8s-doc-admission-webhooks] is not working as a link at the beginning of the doc. Adding the missing [] for the link. --- docs/book/src/reference/admission-webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/reference/admission-webhook.md b/docs/book/src/reference/admission-webhook.md index 226106fc83..aa6b477f1b 100644 --- a/docs/book/src/reference/admission-webhook.md +++ b/docs/book/src/reference/admission-webhook.md @@ -100,4 +100,4 @@ While certain edge scenarios might allow a mutating webhook to seamlessly modify universally acclaimed or recommended strategy. Entrusting the controller logic with status updates remains the most advocated approach. -k8s-doc-admission-webhooks: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks \ No newline at end of file +[k8s-doc-admission-webhooks]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks