docs: fix broken links

This change fixes broken links in docs/.

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2020-11-11 10:17:58 -08:00
parent 4dc698d09b
commit 03cc4cedc5
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: