Skip to content

Commit df783b9

Browse files
authored
Merge pull request #36834 from akankshakumari393/fix_anchor_api_concept
Update Broken Anchor on API Concept page
2 parents 5ba0d8c + 56a752a commit df783b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/api-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ If the non-dry-run version of a request would trigger an admission controller th
782782
side effects, the request will be failed rather than risk an unwanted side effect. All
783783
built in admission control plugins support dry-run. Additionally, admission webhooks can
784784
declare in their
785-
[configuration object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#webhook-v1beta1-admissionregistration-k8s-io)
785+
[configuration object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#validatingwebhook-v1-admissionregistration-k8s-io)
786786
that they do not have side effects, by setting their `sideEffects` field to `None`.
787787

788788
{{< note >}}

0 commit comments

Comments
 (0)