diff --git a/src/_blog/ipfs-uri-support-in-curl.md b/src/_blog/ipfs-uri-support-in-curl.md index 529a07db..f690a6a5 100644 --- a/src/_blog/ipfs-uri-support-in-curl.md +++ b/src/_blog/ipfs-uri-support-in-curl.md @@ -52,7 +52,7 @@ IPFS is a modular suite of protocols purpose built for the organization and tran If we pull the URL apart we see: -![](https://hackmd.io/_uploads/Bk2MV-9ea.png) +![](../assets/ipfs_uri_where_protocol_what.png) Users of the IPFS system should not care about the _where_ part, nor be coerced to use a specific, hard-coded entry point into the system. diff --git a/src/assets/ipfs_uri_where_protocol_what.png b/src/assets/ipfs_uri_where_protocol_what.png new file mode 100644 index 00000000..87d0c5e0 Binary files /dev/null and b/src/assets/ipfs_uri_where_protocol_what.png differ