Skip to content

Commit 26487e0

Browse files
committed
updated link for In-place updates
1 parent ee0d436 commit 26487e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-architecture/api_changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ works fine when the user creates a sends a hand-written configuration --
413413
clients can write either field and read either field.
414414

415415
But what about creation or update from the output of a GET, or update via PATCH
416-
(see [In-place updates](https://kubernetes.io/docs/user-guide/managing-deployments/#in-place-updates-of-resources))?
416+
(see [In-place updates](https://kubernetes.io/docs/concepts/cluster-administration/manage-deployment/#in-place-updates-of-resources))?
417417
In these cases, the two fields will conflict, because only one field would be
418418
updated in the case of an old client that was only aware of the old field
419419
(e.g. `height`).

0 commit comments

Comments
 (0)