Skip to content

Commit c61f0ce

Browse files
authored
Fix broken docs links (#5085)
* docs: fix broken links Signed-off-by: Alex Yadon <[email protected]> * docs: use relative paths Signed-off-by: Alex Yadon <[email protected]>
1 parent 2bc8c77 commit c61f0ce

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/PLUGINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ These binaries are used to start the shim process for containerd and allows
3232
containerd to manage those containers using the runtime shim api returned by
3333
the binary.
3434

35-
See [runtime v2 documentation](runtime/v2/README.md)
35+
See [runtime v2 documentation](../runtime/v2/README.md)
3636

3737
### Proxy Plugins
3838

docs/RUNC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
containerd is built with OCI support and with support for advanced features provided by [runc](https://github.com/opencontainers/runc).
22

3-
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`.
3+
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`.
44

55
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).
66

docs/cri/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Information about the binaries in the release tarball:
8282
| runc | seccomp, apparmor, selinux | linux | amd64 |
8383

8484

85-
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).
85+
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).
8686

8787
### Download
8888

docs/cri/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document assumes you have already setup the development environment (go, gi
55
Before sending pull requests you should at least make sure your changes have passed code verification, unit, integration and CRI validation tests.
66

77
## Build
8-
Follow the [building](../BUILDING.md) instructions.
8+
Follow the [building](../../BUILDING.md) instructions.
99

1010
## CRI Integration Test
1111
* Run CRI integration test:

0 commit comments

Comments
 (0)