From 61b868692b3c9fa3a96b5a2bd191baca0f524cb5 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 5 Dec 2023 16:35:21 +0000 Subject: [PATCH] docs: Update config containerd url link This PR updates the config containerd url link in the containerd kata documentation. Fixes #8577 Signed-off-by: Gabriela Cervantes --- docs/how-to/containerd-kata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/containerd-kata.md b/docs/how-to/containerd-kata.md index 99c370666..8b3e0788b 100644 --- a/docs/how-to/containerd-kata.md +++ b/docs/how-to/containerd-kata.md @@ -185,7 +185,7 @@ and then, run an untrusted workload with Kata Containers: runtime_type = "io.containerd.kata.v2" ``` -You can find more information on the [Containerd config documentation](https://github.com/containerd/cri/blob/master/docs/config.md) +You can find more information on the [Containerd config documentation](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) #### Kata Containers as the default runtime