Merge pull request #4725 from kzys/fix-links-in-docs

docs: fix broken links
This commit is contained in:
Derek McGowan 2020-11-11 10:40:19 -08:00 committed by GitHub
commit 78ac7bac84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -408,7 +408,7 @@ in turn, depends on the next layer down, so it is protected from collection, and
### Container
With the above in place, we know how to create an active snapshot that is useful for the container. We simply
need to [https://godoc.org/github.com/containerd/containerd/snapshots#Snapshotter](Prepare()) the active snapshot,
need to [Prepare()](https://godoc.org/github.com/containerd/containerd/snapshots#Snapshotter) the active snapshot,
passing it an ID and the parent, in this case the top layer of committed snapshots.
Thus, the steps are:

View File

@ -428,4 +428,4 @@ redis-server exited with status: 0
In the end, we really did not write that much code when you use the client package.
I hope this guide helped to get you up and running with containerd.
Feel free to join the [slack channel](https://dockr.ly/community) if you have any questions and like all things, if you want to help contribute to containerd or this guide, submit a pull request.
Feel free to join the `#containerd` and `#containerd-dev` slack channels on Cloud Native Computing Foundation's (CNCF) slack - `cloud-native.slack.com` if you have any questions and like all things, if you want to help contribute to containerd or this guide, submit a pull request. [Get Invite to CNCF slack.](https://slack.cncf.io)

View File

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