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

Commit

Permalink
docs: fixes "interface-ipfs-core" link (#3334)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Potsides <[email protected]>
  • Loading branch information
imestin and achingbrain authored Oct 22, 2020
1 parent fdc19a4 commit 3e7e222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipfs-101/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3e7e222

Please sign in to comment.