Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit b10d96c

Browse files
vmxdaviddias
authored andcommittedDec 19, 2017
Fix link to dag API spec (#199)
1 parent 1fd509b commit b10d96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The `import` object is a duplex pull stream that takes objects of the form:
120120

121121
`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.
122122

123-
`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)
123+
`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)
124124

125125
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.
126126

0 commit comments

Comments
 (0)
This repository has been archived.