From eac861e8c483bb49bfe09f1f467c532a49d8099a Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Tue, 19 Dec 2017 13:44:59 +0100 Subject: [PATCH] Fix link to dag API spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53613d35..ae8b3aed 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ The `import` object is a duplex pull stream that takes objects of the form: `import` will output file info objects as files get stored in IPFS. When stats on a node are emitted they are guaranteed to have been written. -`dag` is an instance of the [`IPLD Resolver`](https://github.com/ipld/js-ipld-resolver) or the [`js-ipfs` `dag api`](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dag) +`dag` is an instance of the [`IPLD Resolver`](https://github.com/ipld/js-ipld-resolver) or the [`js-ipfs` `dag api`](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DAG.md) The input's file paths and directory structure will be preserved in the [`dag-pb`](https://github.com/ipld/js-ipld-dag-pb) created nodes.