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

Commit b4f629f

Browse files
qpakzkdaviddias
authored andcommittedNov 27, 2017
docs: fix a link of files API in README.md (#1113)
The original link of files API was https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES. But it should be changed to https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md. Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
1 parent 5940e27 commit b4f629f

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
@@ -232,7 +232,7 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
232232

233233
#### `Files`
234234

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

0 commit comments

Comments
 (0)
This repository has been archived.