From 980d084f47f73afbf01f7c6af79629ac5f4872f6 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 5 Jun 2023 15:59:52 +0000 Subject: [PATCH] log-parser: Update log parser link at README This PR updates the link to the correspondent Developer Guide at the enabling full containerd debug that we have for kata 2.0 documentation. Fixes #7034 Signed-off-by: Gabriela Cervantes --- src/tools/log-parser-rs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/log-parser-rs/README.md b/src/tools/log-parser-rs/README.md index a641b0030..18df4feeb 100644 --- a/src/tools/log-parser-rs/README.md +++ b/src/tools/log-parser-rs/README.md @@ -48,7 +48,7 @@ For a comprehensive (and guaranteed up to date) list, please run `log-parser-rs ## Usage -1. Make sure containerd is in [debug mode](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md#enabling-full-containerd-debug) +1. Make sure containerd is in [debug mode](https://github.com/kata-containers/kata-containers/blob/main/docs/Developer-Guide.md#enabling-full-containerd-debug) 1. Make sure you are running runtime-rs: ``` $ containerd-shim-kata-v2 --version|grep -qi rust && echo rust || echo golang