Skip to content

Commit b0229a9

Browse files
update per review comments
update the url to the final redirect to url.
1 parent a79e830 commit b0229a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/reference/access-authn-authz/extensible-admission-controllers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ This page describes how to use Admission Webhooks and Initializers.
3333

3434
Admission webhooks are HTTP callbacks that receive admission requests and do
3535
something with them. You can define two types of admission webhooks,
36-
[validating admission Webhook](/docs/admin/admission-controllers/#validatingadmissionwebhook-alpha-in-1-8-beta-in-1-9)
36+
[validating admission Webhook](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook-alpha-in-1-8-beta-in-1-9)
3737
and
38-
[mutating admission webhook](/docs/admin/admission-controllers/#mutatingadmissionwebhook-beta-in-1-9).
38+
[mutating admission webhook](/docs/reference/access-authn-authz/admission-controllers/#mutatingadmissionwebhook-beta-in-1-9).
3939
With validating admission Webhooks, you may reject requests to enforce custom
4040
admission policies. With mutating admission Webhooks, you may change requests to
4141
enforce custom defaults.
@@ -220,9 +220,9 @@ and are not visible in the API unless specifically requested by using the query
220220
### When to use initializers?
221221

222222
Initializers are useful for admins to force policies (e.g., the
223-
[AlwaysPullImages](/docs/admin/admission-controllers/#alwayspullimages)
223+
[AlwaysPullImages](/docs/reference/access-authn-authz/admission-controllers/#alwayspullimages)
224224
admission controller), or to inject defaults (e.g., the
225-
[DefaultStorageClass](/docs/admin/admission-controllers/#defaultstorageclass)
225+
[DefaultStorageClass](/docs/reference/access-authn-authz/admission-controllers/#defaultstorageclass)
226226
admission controller), etc.
227227

228228
**Note:** If your use case does not involve mutating objects, consider using

0 commit comments

Comments
 (0)