From 73aa0977ac311c1af82a8837413353dc917fa66c Mon Sep 17 00:00:00 2001 From: nitkon Date: Wed, 24 Jul 2019 22:24:13 +0530 Subject: [PATCH] architecture.md: Fix broken CRI link Fix broken CRI Link. Fixes: #521 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- design/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/architecture.md b/design/architecture.md index 281215a929..b0de00afec 100644 --- a/design/architecture.md +++ b/design/architecture.md @@ -38,7 +38,7 @@ The [Kata Containers runtime (`kata-runtime`)](https://github.com/kata-container is compatible with the [OCI](https://github.com/opencontainers) [runtime specification](https://github.com/opencontainers/runtime-spec) and therefore works seamlessly with the [Docker\* Engine](https://www.docker.com/products/docker-engine) pluggable runtime -architecture. It also supports the [Kubernetes\* Container Runtime Interface (CRI)](https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md) +architecture. It also supports the [Kubernetes\* Container Runtime Interface (CRI)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) through the [CRI-O\*](https://github.com/kubernetes-incubator/cri-o) and [Containerd CRI Plugin\*](https://github.com/containerd/cri) implementation. In other words, you can transparently select between the [default Docker and CRI shim runtime (runc)](https://github.com/opencontainers/runc)