From cde01cd845cb9be117efe18bd942d6d25d72e6c9 Mon Sep 17 00:00:00 2001 From: burrrata <42473928+burrrata@users.noreply.github.com> Date: Sat, 7 Sep 2019 11:26:25 -0400 Subject: [PATCH] Update installation.md (#1881) updated IPFS installation link --- site/source/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/docs/installation.md b/site/source/docs/installation.md index 69bf443d9..50c49d838 100644 --- a/site/source/docs/installation.md +++ b/site/source/docs/installation.md @@ -29,7 +29,7 @@ $ nvm use --lts ### IPFS (Optional) -IPFS can be used to distribute our application's content on the decentralized IPFS nodes. This can be skipped in case this isn't planned, however we do recommend it. Checkout IPFS' [installation guide](https://docs.ipfs.io/introduction/install/) to learn how to install IPFS on our local machine. +IPFS can be used to distribute our application's content on the decentralized IPFS nodes. This can be skipped in case this isn't planned, however we do recommend it. Checkout IPFS' [installation guide](https://docs.ipfs.io/guides/guides/install/) to learn how to install IPFS on our local machine. To verify that the installation was successful, simply run the following command: