Skip to content

Commit 3994785

Browse files
Update docs/sdk-book/src/concepts/manifests.md
Co-authored-by: Francisco Aguirre <[email protected]>
1 parent c59eb27 commit 3994785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdk-book/src/concepts/manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## What is a Manifest?
44

5-
In the context of the SDK, a **Manifest** is a small data structure that describes how to reassemble a large file from its chunks. We use **DAG-PB** (Merkle DAG Protobuf), which is the default format for IPFS.
5+
In the context of the SDK, a **Manifest** is a small data structure that describes how to reassemble a large file from its chunks. We use [**DAG-PB**](https://docs.ipfs.tech/concepts/merkle-dag/) (Merkle DAG Protobuf), which is the default format for IPFS.
66

77
When you upload a large file using the SDK:
88
1. The file is split into chunks (leaves).

0 commit comments

Comments
 (0)