From db3363fbdf26384c2a81a40915ae27e468ec1fb3 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 1 Jul 2019 20:14:13 -0700 Subject: [PATCH] vc/readme: fix cri url The old one was invalidated since 2019-07-01. Fixes: #1847 Signed-off-by: Peng Tao --- virtcontainers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtcontainers/README.md b/virtcontainers/README.md index 0463d89740..6f0e7472d7 100644 --- a/virtcontainers/README.md +++ b/virtcontainers/README.md @@ -43,7 +43,7 @@ or the [Kubernetes CRI][cri]) to the `virtcontainers` API. `virtcontainers` was used as a foundational package for the [Clear Containers][cc] [runtime][cc-runtime] implementation. [oci]: https://github.com/opencontainers/runtime-spec -[cri]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md +[cri]: https://git.k8s.io/community/contributors/devel/sig-node/container-runtime-interface.md [cc]: https://github.com/clearcontainers/ [cc-runtime]: https://github.com/clearcontainers/runtime/