From 1cc868fc7bdd8cb35121cd5a108c9863d21f3784 Mon Sep 17 00:00:00 2001 From: 0xfoobar <83792390+0xfoobar@users.noreply.github.com> Date: Thu, 22 Dec 2022 03:48:43 -0500 Subject: [PATCH] fix(docs): broken link in README (#1567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix broken link in README * Update README.md Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af51515..6db11513 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Or check out the latest [release](https://github.com/evmos/ethermint/releases). ## Quick Start -To learn how the Ethermint works from a high-level perspective, go to the [Introduction](https://evmos.dev/intro/overview.html) section from the documentation. You can also check the instructions to [Run a Node](https://evmos.dev/quickstart/run_node.html). +To learn how Ethermint works from a high-level perspective, go to the [Introduction](https://docs.evmos.org/about/intro/overview.html) section from the documentation. You can also check the instructions to [Run a Node](https://docs.evmos.org/validators/quickstart/run_node.html). For an example on how Ethermint can be used on any Cosmos-SDK chain, please refer to [Evmos](https://www.github.com/tharsis/evmos).