Skip to content

Commit

Permalink
Merge pull request #4725 from kzys/fix-links-in-docs
Browse files Browse the repository at this point in the history
docs: fix broken links
  • Loading branch information
dmcgowan committed Nov 11, 2020
2 parents f1ea895 + 03cc4ce commit 78ac7ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 78ac7ba

Please sign in to comment.