Fix broken link

Kubernetes-commit: 9b278d20e36edb9f53cb697c3ed771c42ddb8bb3
This commit is contained in:
Shaw Ho 2018-03-20 11:08:06 +08:00 committed by Kubernetes Publisher
parent bf48af0146
commit de2cf6fb9a

View File

@ -43,7 +43,7 @@ var (
gitMinor string = "" // minor version, numeric possibly followed by "+"
// semantic version, derived by build scripts (see
// https://github.com/kubernetes/kubernetes/blob/master/docs/design/versioning.md
// https://git.k8s.io/community/contributors/design-proposals/release/versioning.md
// for a detailed discussion of this field)
//
// TODO: This field is still called "gitVersion" for legacy