Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: fix a link of files API in README.md (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
qpakzk authored and daviddias committed Nov 27, 2017
1 parent 5940e27 commit b4f629f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u

#### `Files`

- [files](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES)
- [files](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md)
- [`ipfs.files.add(data, [options], [callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#add)
- [`ipfs.files.createAddStream([options], [callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#createaddstream)
- [`ipfs.files.cat(multihash, [callback])`](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat)
Expand Down

0 comments on commit b4f629f

Please sign in to comment.