From 8c48fa656fde48d9dd10784c37498741dd0a1a07 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 5 Apr 2022 18:36:56 +0900 Subject: [PATCH] runtime-class.md: update containerd/cri link The `containerd/cri` repo was merged into the `containerd/containerd` repo. The `containerd/cri` repo is now archived. Signed-off-by: Akihiro Suda --- content/en/docs/concepts/containers/runtime-class.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/containers/runtime-class.md b/content/en/docs/concepts/containers/runtime-class.md index 849cd98782..9e68ede443 100644 --- a/content/en/docs/concepts/containers/runtime-class.md +++ b/content/en/docs/concepts/containers/runtime-class.md @@ -126,8 +126,7 @@ Runtime handlers are configured through containerd's configuration at [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.${HANDLER_NAME}] ``` -See containerd's config documentation for more details: -https://github.com/containerd/cri/blob/master/docs/config.md +See the containerd [CRI Plugin Config Guide](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) for more details. #### {{< glossary_tooltip term_id="cri-o" >}}