From 2bca0bf2facc0c8a9de18e3b7f29de1387b84342 Mon Sep 17 00:00:00 2001 From: Ruslan <56787163+typicalHuman@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:54:26 +0500 Subject: [PATCH] docs: overview link fix (#24496) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc0de92e8..9e3d8c712f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The Cosmos SDK is a framework for building blockchain applications. [CometBFT (B ## Quick Start -To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK [High-Level Intro](https://docs.cosmos.network/main/intro/overview.html). +To learn how the Cosmos SDK works from a high-level perspective, see the Cosmos SDK [High-Level Intro](https://docs.cosmos.network/main/intro/overview). If you want to get started quickly and learn how to build on top of Cosmos SDK, visit [Cosmos SDK Tutorials](https://tutorials.cosmos.network). You can also fork the tutorial's repository to get started building your own Cosmos SDK application.