Skip to content

Commit 0e86143

Browse files
authored
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.
1 parent a5b95e3 commit 0e86143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/reference/admission-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ While certain edge scenarios might allow a mutating webhook to seamlessly modify
100100
universally acclaimed or recommended strategy. Entrusting the controller logic with status updates remains the
101101
most advocated approach.
102102
103-
k8s-doc-admission-webhooks: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks
103+
[k8s-doc-admission-webhooks]: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#what-are-admission-webhooks

0 commit comments

Comments
 (0)