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:
parent
2bc8c779c5
commit
c61f0ceada
@ -32,7 +32,7 @@ These binaries are used to start the shim process for containerd and allows
|
|||||||
containerd to manage those containers using the runtime shim api returned by
|
containerd to manage those containers using the runtime shim api returned by
|
||||||
the binary.
|
the binary.
|
||||||
|
|
||||||
See [runtime v2 documentation](runtime/v2/README.md)
|
See [runtime v2 documentation](../runtime/v2/README.md)
|
||||||
|
|
||||||
### Proxy Plugins
|
### Proxy Plugins
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
containerd is built with OCI support and with support for advanced features provided by [runc](https://github.com/opencontainers/runc).
|
containerd is built with OCI support and with support for advanced features provided by [runc](https://github.com/opencontainers/runc).
|
||||||
|
|
||||||
We depend on a specific `runc` version when dealing with advanced features. You should have a specific runc build for development. The current supported runc commit is described in [`go.mod`](go.mod). Please refer to the line that starts with `github.com/opencontainers/runc`.
|
We depend on a specific `runc` version when dealing with advanced features. You should have a specific runc build for development. The current supported runc commit is described in [`go.mod`](../go.mod). Please refer to the line that starts with `github.com/opencontainers/runc`.
|
||||||
|
|
||||||
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).
|
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@ -82,7 +82,7 @@ Information about the binaries in the release tarball:
|
|||||||
| runc | seccomp, apparmor, selinux | linux | amd64 |
|
| 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
|
### Download
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
@ -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.
|
Before sending pull requests you should at least make sure your changes have passed code verification, unit, integration and CRI validation tests.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
Follow the [building](../BUILDING.md) instructions.
|
Follow the [building](../../BUILDING.md) instructions.
|
||||||
|
|
||||||
## CRI Integration Test
|
## CRI Integration Test
|
||||||
* Run CRI integration test:
|
* Run CRI integration test:
|
||||||
|
Loading…
Reference in New Issue
Block a user