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

Commit 3e7e222

Browse files
imestinachingbrain
andauthoredOct 22, 2020
docs: fixes "interface-ipfs-core" link (#3334)
Co-authored-by: Alex Potsides <alex@achingbrain.net>
1 parent fdc19a4 commit 3e7e222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/ipfs-101/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Version: 0.31.2
5959

6060
Now let's make it more interesting and add a file to IPFS using `node.add`. A file consists of a path and content.
6161

62-
You can learn about the IPFS File API at [interface-ipfs-core](https://github.com/ipfs/js-ipfs/blob/master/packages/interface-ipfs-core/SPEC/FILES.md).
62+
You can learn about the IPFS File API at [interface-ipfs-core](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md).
6363

6464
```js
6565
const IPFS = require('ipfs')

0 commit comments

Comments
 (0)