docs: Fix relative links in Markdown

Relative links within this repository allow for easier navigation to
the corresponding file / directory in the current commit / for the
selected version.

Link text was slightly changed / fixed in
- docs/Unit-Test-Advice.md
- docs/how-to/how-to-run-docker-with-kata.md

Fixes #3045

Signed-off-by: Daniel Höxtermann <daniel@hxtm.dev>
This commit is contained in:
Daniel Höxtermann
2022-02-03 12:36:25 +01:00
parent 88b3e9e848
commit b19b6938a8
13 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ $ ./rootfs.sh -r "$PWD/kata-overlay"
The rootfs must provide at least the following components:
- [Kata agent](https://github.com/kata-containers/kata-containers/tree/main/src/agent)
- [Kata agent](../../../src/agent)
Path: `/bin/kata-agent` - Kata Containers guest.