From 925f3a1a518bd14de06754e9c72a613dcf50cd00 Mon Sep 17 00:00:00 2001 From: imestin <34135450+imestin@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:08:56 +0200 Subject: [PATCH 1/2] Fixes "interface-ipfs-core" link Closes #3311 --- examples/ipfs-101/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipfs-101/README.md b/examples/ipfs-101/README.md index ab622c7353..28a0ac591f 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/tree/master/docs/core-api). ```js const IPFS = require('ipfs') From d179df6e2c15d8cb155b6d2c23e840085be00c7d Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 22 Oct 2020 13:53:31 +0100 Subject: [PATCH 2/2] docs: link directly to files api docs --- examples/ipfs-101/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipfs-101/README.md b/examples/ipfs-101/README.md index 28a0ac591f..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/tree/master/docs/core-api). +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')