Merge pull request #1085 from zouyee/version-fix

Automatic merge from submit-queue. .

fix version.md link
This commit is contained in:
Kubernetes Submit Queue 2017-09-18 23:36:07 -07:00 committed by GitHub
commit 6e027b4373
2 changed files with 2 additions and 2 deletions

View File

@ -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 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 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 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 If your change is going to be backward incompatible or might be a breaking
change for API consumers, please send an announcement to change for API consumers, please send an announcement to

View File

@ -29,7 +29,7 @@ Specific areas of focus include:
Out of scope: Out of scope:
* Issues specific to a particular component or functional area, which would be the purview * 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. 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 is owned by SIG Release
TODO: TODO: