From 04fe0881b5727032be38c9c17616ea2c6244b5d3 Mon Sep 17 00:00:00 2001 From: Chuy Garcia <75956027+chuygarcia92@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:39:27 +0200 Subject: [PATCH] fix broken IPFS links to UI (#399) --- docs/user/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/faqs.md b/docs/user/faqs.md index 961993bee..bc8e02ced 100644 --- a/docs/user/faqs.md +++ b/docs/user/faqs.md @@ -19,7 +19,7 @@

You'll most likely have to switch your IPFS repository to remote, perform updates and go back to your Local IPFS node:

    -
  1. Try switching local/remote in IPFS repository: http://my.dappnode/#/repository/ipfs
  2. +
  3. Try switching local/remote in IPFS repository: http://my.dappnode/repository/ipfs
  4. Wait a few seconds, then retry downloading/updating your package.
  5. Make sure you set your IPFS node to Local for optimal Dappnode performance.