From abd4be07acbb51c2b53e718a7b65f91873e634f4 Mon Sep 17 00:00:00 2001 From: maoyangLiu Date: Mon, 5 Apr 2021 10:51:45 +0800 Subject: [PATCH] fix the 404 url Signed-off-by: maoyangLiu --- docs/cri/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cri/config.md b/docs/cri/config.md index f3fd900b8..388a33469 100644 --- a/docs/cri/config.md +++ b/docs/cri/config.md @@ -321,7 +321,7 @@ values are: * `.PodCIDR` is a string of the first CIDR assigned to the node. * `.PodCIDRRanges` is a string array of all CIDRs assigned to the node. It is usually used for - [dualstack](https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/20180612-ipv4-ipv6-dual-stack.md) support. + [dualstack](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/563-dual-stack) support. * `.Routes` is a string array of all routes needed. It is usually used for dualstack support or single stack but IPv4 or IPv6 is decided at runtime.