From 9b2f19bc4db450cb2b907b3124ad30fafac333a6 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 13 Nov 2023 12:42:17 +0300 Subject: [PATCH] fix: comment out missing image --- src/pages/docs/how-tos/retrieve.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/docs/how-tos/retrieve.md b/src/pages/docs/how-tos/retrieve.md index 0a3d2f6..c04399c 100644 --- a/src/pages/docs/how-tos/retrieve.md +++ b/src/pages/docs/how-tos/retrieve.md @@ -19,7 +19,9 @@ You can easily fetch any data stored using web3.storage using an IPFS HTTP gatew You can use an IPFS gateway to view a list of all the files in that directory from your browser. To do so, simply create a gateway URL. For example, if your CID is bafybeidd2gyhagleh47qeg77xqndy2qy3yzn4vkxmk775bg2t5lpuy7pcu, you can make a URL for the w3s.link gateway as follows: `https://bafybeidd2gyhagleh47qeg77xqndy2qy3yzn4vkxmk775bg2t5lpuy7pcu.ipfs.w3s.link/`. Follow that link, and you'll see a page similar to this: + If you want to link directly to a file within that directory, just add the file path after the CID portion of the link. For example: [bafybeidd2gyhagleh47qeg77xqndy2qy3yzn4vkxmk775bg2t5lpuy7pcu.ipfs.w3s.link/not-distributed.jpg](https://bafybeidd2gyhagleh47qeg77xqndy2qy3yzn4vkxmk775bg2t5lpuy7pcu.ipfs.w3s.link/not-distributed.jpg) could be used as a shareable link for your new favorite wallpaper.