From d6cd5d7bf36fdd72f5191be6f91f4dd52eced315 Mon Sep 17 00:00:00 2001 From: evanjrowley <122766435+evanjrowley@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:54:07 -0500 Subject: [PATCH] Update README.md Correcting link to IPCM.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ec75a..d3cbb4b 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ const { data, contentType } = await pinata.gateways.get(cidMapping); ### Example Demo -The [IPCM.dev](https://ipfs.dev) website is an example of how IPCM can be used for static webhosting. It consists of a simple Cloudflare Worker that fetches the contract state each time a request is made and renders the content through an IPFS Gateway, creating a static proxy which only requires updating the onchian reference to update the site. +The [IPCM.dev](https://ipcm.dev/) website is an example of how IPCM can be used for static webhosting. It consists of a simple Cloudflare Worker that fetches the contract state each time a request is made and renders the content through an IPFS Gateway, creating a static proxy which only requires updating the onchian reference to update the site. ```typescript import { createPublicClient, http } from "viem";