From c463a6237c26e75f109f7a603c3569a8bfc9c878 Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:58:59 -0700 Subject: [PATCH] docs: link to cosmos EVM docs (#24494) --- x/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/README.md b/x/README.md index 5108abc6a0..979a544f34 100644 --- a/x/README.md +++ b/x/README.md @@ -60,4 +60,4 @@ The CosmWasm module enables smart contracts, learn more by going to their [docum ## EVM -Read more about writing smart contracts with solidity at the official [`evm` documentation page](https://docs.evmos.org/modules/evm/). +Read more about writing smart contracts with solidity at the official [`evm` documentation page](https://evm.cosmos.network/).