Fixed wording in docs, and broken link

Signed-off-by: Emmanuel Ramos <emmanuel.ramos2@ibm.com>
This commit is contained in:
Emmanuel Ramos
2021-02-25 12:54:23 -05:00
parent 88d97362b3
commit 224efa9dae
2 changed files with 5 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ External plugins allow extending containerd's functionality using an officially
released version of containerd without needing to recompile the daemon to add a
plugin.
containerd allows extensions through two method:
containerd allows extensions through two methods:
- via a binary available in containerd's PATH
- by configuring containerd to proxy to another gRPC service
@@ -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
the binary.
See [runtime v2 documentation](runtime/v2/README.md)
See [runtime v2 documentation](../runtime/v2/README.md)
### Proxy Plugins