Skip to content

Commit 85a6bec

Browse files
authored
Merge pull request #7284 from sarkar-deb/link-fix-API-changes
updated link for In-place updates
2 parents 3623493 + 26487e0 commit 85a6bec

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)