From 5caa5fc499a5026f8a773d7e22f597fc51db23d4 Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 17 Mar 2023 11:54:37 +0100 Subject: [PATCH] docs: update cosmwasm link (#15438) --- 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 ca8227d973..7dc06e65cd 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