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

docs: fixes "interface-ipfs-core" link #3334

Merged
merged 2 commits into from
Oct 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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