fix version.md link
This commit is contained in:
parent
0027eefdb6
commit
dffeef30ac
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue