Skip to content

Commit

Permalink
fix: comment out missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 13, 2023
1 parent 6fe652b commit 9b2f19b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/docs/how-tos/retrieve.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!---
![](RackMultipart20231107-1-k3fcf9_html_5bb9fefc33b3be31.png)
-->

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.

Expand Down

0 comments on commit 9b2f19b

Please sign in to comment.