From 84689ff318dcb28cce9727d12b415ae58c441d0e Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Mon, 6 Jun 2022 22:13:17 +0200 Subject: [PATCH] Update src/_blog/break-on-through-gateways-part-1.md Co-authored-by: Mosh <1306020+mishmosh@users.noreply.github.com> --- src/_blog/break-on-through-gateways-part-1.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_blog/break-on-through-gateways-part-1.md b/src/_blog/break-on-through-gateways-part-1.md index 7a83ff9c..99918c84 100644 --- a/src/_blog/break-on-through-gateways-part-1.md +++ b/src/_blog/break-on-through-gateways-part-1.md @@ -129,7 +129,6 @@ You request content from an IPFS gateway by passing a CID in the HTTP request. S In its simplest form, a gateway is an IPFS node that also accepts HTTP requests for CIDs in addition to speaking the IPFS protocol to participate in the peer-to-peer network. Most IPFS implementations can also work as a gateway. -![Any supported IPFS node can also be a gateway](../assets/browser-gateway.png) ### Example