From 9bd654cff659fc2805b76d15045653cd6e4dd24a Mon Sep 17 00:00:00 2001 From: Christopher Hein Date: Fri, 19 Apr 2019 22:52:39 +0000 Subject: [PATCH] fixes component base kep link routing Signed-off-by: Christopher Hein --- staging/src/k8s.io/component-base/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/component-base/README.md b/staging/src/k8s.io/component-base/README.md index 59d6c704a4..0b6d35c649 100644 --- a/staging/src/k8s.io/component-base/README.md +++ b/staging/src/k8s.io/component-base/README.md @@ -2,7 +2,7 @@ ## Purpose -Implement KEP 32: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/0032-create-a-k8s-io-component-repo.md +Implement KEP 32: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md The proposal is essentially about refactoring the Kubernetes core package structure in a way that all core components may share common code around: - ComponentConfig implementation