From 8b15eafa6a152eff859a48e35a5b5a1547fb2b0e Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 27 Jul 2021 15:19:06 +0000 Subject: [PATCH] docs: Update url for log parser in Developer guide This PR updates the proper url for log parser for kata 2.x for the Developer Guide document. Fixes #2328 Signed-off-by: Gabriela Cervantes --- docs/Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-Guide.md b/docs/Developer-Guide.md index b1da9a8e45..d7ea25c2c2 100644 --- a/docs/Developer-Guide.md +++ b/docs/Developer-Guide.md @@ -470,7 +470,7 @@ script and paste its output directly into a > [runtime](../src/runtime) repository. To perform analysis on Kata logs, use the -[`kata-log-parser`](https://github.com/kata-containers/tests/tree/master/cmd/log-parser) +[`kata-log-parser`](https://github.com/kata-containers/tests/tree/main/cmd/log-parser) tool, which can convert the logs into formats (e.g. JSON, TOML, XML, and YAML). See [Set up a debug console](#set-up-a-debug-console).