diff --git a/examples/ipfs-101/README.md b/examples/ipfs-101/README.md index ab622c7353..12893c2743 100644 --- a/examples/ipfs-101/README.md +++ b/examples/ipfs-101/README.md @@ -59,7 +59,7 @@ Version: 0.31.2 Now let's make it more interesting and add a file to IPFS using `node.add`. A file consists of a path and content. -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). +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). ```js const IPFS = require('ipfs')