From 8f33d736e8f71d37941728c84453873d1dc79396 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Mon, 1 Jul 2019 12:31:17 -0700 Subject: [PATCH] vc: update CRI link Kubernetes moved CRI document within the sig-node directory. Updating README.md accordingly. Fixes: #1837 Signed-off-by: Eric Ernst --- virtcontainers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtcontainers/README.md b/virtcontainers/README.md index 83c3d1be84..0463d89740 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/container-runtime-interface.md +[cri]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md [cc]: https://github.com/clearcontainers/ [cc-runtime]: https://github.com/clearcontainers/runtime/