diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 1bcec3d81..16cf19391 100644 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -310,7 +310,7 @@ unacceptable. Compatibility for experimental or alpha APIs is not strictly required, but breaking compatibility should not be done lightly, as it disrupts all users of the feature. Experimental APIs may be removed. Alpha and beta API versions may be deprecated and eventually removed wholesale, as described in the -[versioning document](../design-proposals/versioning.md). +[versioning document](../design-proposals/release/versioning.md). If your change is going to be backward incompatible or might be a breaking change for API consumers, please send an announcement to diff --git a/sig-architecture/charter.md b/sig-architecture/charter.md index ebd742c23..0188d3a83 100644 --- a/sig-architecture/charter.md +++ b/sig-architecture/charter.md @@ -29,7 +29,7 @@ Specific areas of focus include: Out of scope: * Issues specific to a particular component or functional area, which would be the purview of some other SIG, except where they deviate from project-wide principles and conventions. -* [Release support policy](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/versioning.md) +* [Release support policy](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md) is owned by SIG Release TODO: