From 8aa921b9fbdebc309f6d369c84a131f0f6f84195 Mon Sep 17 00:00:00 2001 From: Sangwon Hong Date: Mon, 27 Nov 2017 19:43:38 +0900 Subject: [PATCH] docs: fix a link of files API in README.md 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87fe2d42d1..4d3461991f 100644 --- a/README.md +++ b/README.md @@ -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)