From ca95d61bf8f8f6b218588c138c8ccecf794954bf Mon Sep 17 00:00:00 2001 From: Ryuichi Watanabe Date: Sun, 15 Aug 2021 13:58:46 +0900 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df2c467..b635e795 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ For example, to test [KernelMonitor](https://github.com/kubernetes/node-problem- node-problem-detector uses [go modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. Therefore, building node-problem-detector requires golang 1.11+. It still uses vendoring. See the -[Kubernetes go modules KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-architecture/2019-03-19-go-modules.md#alternatives-to-vendoring-using-go-modules) +[Kubernetes go modules KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/917-go-modules#alternatives-to-vendoring-using-go-modules) for the design decisions. To add a new dependency, update [go.mod](go.mod) and run `GO111MODULE=on go mod vendor`.