Fix broken docs links (#5085)

* docs: fix broken links

Signed-off-by: Alex Yadon <alex.yadon@ibm.com>

* docs: use relative paths

Signed-off-by: Alex Yadon <alex.yadon@ibm.com>
This commit is contained in:
alexyadon
2021-02-25 15:09:49 -05:00
committed by GitHub
parent 2bc8c779c5
commit c61f0ceada
6 changed files with 4 additions and 4 deletions

BIN
docs/cri/containerd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -82,7 +82,7 @@ Information about the binaries in the release tarball:
| runc | seccomp, apparmor, selinux | linux | amd64 |
If you have other requirements for the binaries, e.g. another architecture support etc., you need to build the binaries yourself following [the instructions](../BUILDING.md).
If you have other requirements for the binaries, e.g. another architecture support etc., you need to build the binaries yourself following [the instructions](../../BUILDING.md).
### Download

BIN
docs/cri/performance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -5,7 +5,7 @@ This document assumes you have already setup the development environment (go, gi
Before sending pull requests you should at least make sure your changes have passed code verification, unit, integration and CRI validation tests.
## Build
Follow the [building](../BUILDING.md) instructions.
Follow the [building](../../BUILDING.md) instructions.
## CRI Integration Test
* Run CRI integration test: