X Tutup
Skip to content

Commit 03cc4ce

Browse files
author
Kazuyoshi Kato
committed
docs: fix broken links
This change fixes broken links in docs/. Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
1 parent 4dc698d commit 03cc4ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ in turn, depends on the next layer down, so it is protected from collection, and
408408
### Container
409409

410410
With the above in place, we know how to create an active snapshot that is useful for the container. We simply
411-
need to [https://godoc.org/github.com/containerd/containerd/snapshots#Snapshotter](Prepare()) the active snapshot,
411+
need to [Prepare()](https://godoc.org/github.com/containerd/containerd/snapshots#Snapshotter) the active snapshot,
412412
passing it an ID and the parent, in this case the top layer of committed snapshots.
413413

414414
Thus, the steps are:

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,4 @@ redis-server exited with status: 0
428428
In the end, we really did not write that much code when you use the client package.
429429

430430
I hope this guide helped to get you up and running with containerd.
431-
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.
431+
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)

docs/installation.md

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

6060

61-
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).
61+
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).
6262

6363
### Download
6464

0 commit comments

Comments
 (0)
X Tutup