From 57c2d8b749796646f2dd5a6752e5af656b435630 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 7 Jul 2022 21:48:18 +0000 Subject: [PATCH] docs: Update URL links for containerd documentation This PR updates some url links related with containerd documentation. Fixes #4615 Signed-off-by: Gabriela Cervantes --- docs/how-to/containerd-kata.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/containerd-kata.md b/docs/how-to/containerd-kata.md index ffb7614a09..2ac0613c6d 100644 --- a/docs/how-to/containerd-kata.md +++ b/docs/how-to/containerd-kata.md @@ -132,9 +132,9 @@ The `RuntimeClass` is suggested. The following configuration includes two runtime classes: - `plugins.cri.containerd.runtimes.runc`: the runc, and it is the default runtime. -- `plugins.cri.containerd.runtimes.kata`: The function in containerd (reference [the document here](https://github.com/containerd/containerd/tree/master/runtime/v2#binary-naming)) +- `plugins.cri.containerd.runtimes.kata`: The function in containerd (reference [the document here](https://github.com/containerd/containerd/tree/main/runtime/v2#binary-naming)) where the dot-connected string `io.containerd.kata.v2` is translated to `containerd-shim-kata-v2` (i.e. the - binary name of the Kata implementation of [Containerd Runtime V2 (Shim API)](https://github.com/containerd/containerd/tree/master/runtime/v2)). + binary name of the Kata implementation of [Containerd Runtime V2 (Shim API)](https://github.com/containerd/containerd/tree/main/runtime/v2)). ```toml [plugins.cri.containerd]