From bb613ea8529a8bf8346d5146183cc971210590d9 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:56:52 +0100 Subject: [PATCH] docs: update cosmwasm link (backport #15438) (#15440) Co-authored-by: Marko --- docs/docs/ecosystem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/ecosystem/README.md b/docs/docs/ecosystem/README.md index ca8227d9737c..7dc06e65cd99 100644 --- a/docs/docs/ecosystem/README.md +++ b/docs/docs/ecosystem/README.md @@ -16,7 +16,7 @@ See the official [`ibc-go` documentation](https://ibc.cosmos.network). >CosmWasm is written as a module that can plug into the Cosmos SDK. This means that anyone currently building a blockchain using the Cosmos SDK can quickly and easily add CosmWasm smart contracting support to their chain, without adjusting existing logic. -Read more about writing smart contracts with CosmWasm at their [documentation site](https://docs.cosmwasm.com/docs/1.0/), or visit [the repository](https://github.com/CosmWasm/cosmwasm). +Read more about writing smart contracts with CosmWasm at their [documentation site](https://book.cosmwasm.com/), or visit [the repository](https://github.com/CosmWasm/cosmwasm). ## EVM