From b19965fbc0b9945c293e2e9d8f8f02a0bfec2f38 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 21 Mar 2017 17:05:46 +0000 Subject: [PATCH] docs: fix image urls --- examples/transfer-files/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/transfer-files/README.md b/examples/transfer-files/README.md index df334b9e8e..7e94500edc 100644 --- a/examples/transfer-files/README.md +++ b/examples/transfer-files/README.md @@ -32,7 +32,7 @@ The goal of this tutorial is to create a application with a IPFS node that dials In the end, you should get an app running, something like this: -![](img/final.png) +![](https://ipfs.io/ipfs/Qmbti2nBZWxQLhpggB7tC3HvcxTMivmMo3MVwQveAsHBAE) ## Step-by-step instructions @@ -151,12 +151,12 @@ Go to http://127.0.0.1:12345 in your browser; you're now in the webapp, if all w On your local node, run `ipfs id` to find the WebSockets address that it is listening on. Should look like this: `"/ip4/127.0.0.1/tcp/4003/ws/ipfs/". -![](/img/connect-1.png) -![](/img/connect-2.png) +![](https://ipfs.io/ipfs/Qme9RM3SSyb57PGA7n5bEhwhMwS8fDrMZ8zzKkrwncRcfm) +![](https://ipfs.io/ipfs/QmdFX4wJkKpryisjGQGt88Yr8zaQM9zMPL3xzK2YGTUMNM) ### 5. Transfer files between all of your nodes, have fun! Now you can drag an drop files on the browser or add them through the CLI with `ipfs add ` and with the fetch file box, you can retrieve the file to the browser or other browser tabs! -![](/img/fetch-files-1.png) -![](/img/fetch-files-2.png) +![](https://ipfs.io/ipfs/QmcVNbhmMFzz9x2mY33GPGetibFGXXD7dYd3kDa7eKEUyw) +![](https://ipfs.io/ipfs/QmZcRvGQtM7mnSWKqFwptCYoBitBJaGBKLLjvzENfzXFMi)