Skip to content

Commit 413fbe8

Browse files
committed
Fix unpacker link in remote snapshotter docs
Signed-off-by: Austin Vazquez <[email protected]>
1 parent bb45ce1 commit 413fbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/remote-snapshotter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ if _, err := client.Pull(ctx, ref,
8787

8888
The containerd client queries remote snapshots to the underlying remote snapshotter using snapshotter APIs.
8989
This section describes the high-level overview of how snapshotter APIs are used for remote snapshots functionality, with some piece of pseudo-codes that describe the simplified logic implemented in the containerd client.
90-
For more details, see [`unpacker.go`](../pkg/unpack/unpacker.go) that implements this logic.
90+
For more details, see [`unpacker.go`](../core/unpack/unpacker.go) that implements this logic.
9191

9292
During image pull, the containerd client calls `Prepare` API with the label `containerd.io/snapshot.ref`.
9393
This is a containerd-defined label which contains ChainID that targets a committed snapshot that the client is trying to prepare.

0 commit comments

Comments
 (0)