Merge pull request #4240 from stevenhorsman/dev-guide-broken-link

doc: Update log parser link
This commit is contained in:
Wainer Moschetta 2022-05-12 11:51:51 -03:00 committed by GitHub
commit 97425a7fe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -465,7 +465,7 @@ script and paste its output directly into a
> [runtime](../src/runtime) repository. > [runtime](../src/runtime) repository.
To perform analysis on Kata logs, use the To perform analysis on Kata logs, use the
[`kata-log-parser`](https://github.com/kata-containers/tests/tree/main/cmd/log-parser) [`kata-log-parser`](../src/tools/log-parser)
tool, which can convert the logs into formats (e.g. JSON, TOML, XML, and YAML). 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). See [Set up a debug console](#set-up-a-debug-console).