Skip to content

Commit a276a05

Browse files
authored
Merge pull request #611 from ryuichi1208/master
Fixed dead link
2 parents f1aa82a + ca95d61 commit a276a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ For example, to test [KernelMonitor](https://github.com/kubernetes/node-problem-
263263
node-problem-detector uses [go modules](https://github.com/golang/go/wiki/Modules)
264264
to manage dependencies. Therefore, building node-problem-detector requires
265265
golang 1.11+. It still uses vendoring. See the
266-
[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)
266+
[Kubernetes go modules KEP](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/917-go-modules#alternatives-to-vendoring-using-go-modules)
267267
for the design decisions. To add a new dependency, update [go.mod](go.mod) and
268268
run `GO111MODULE=on go mod vendor`.
269269

0 commit comments

Comments
 (0)