docs: fixes broken links (#19295)

This commit is contained in:
samricotta
2024-02-02 15:53:10 +00:00
committed by GitHub
parent a9b3ccac5a
commit 26c64364ac
50 changed files with 119 additions and 123 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Get familiar with the SDK and explore its main concepts.
* [**Basics**](learn/beginner/00-app-anatomy.md) - Anatomy of a blockchain, transaction lifecycle, accounts and more.
* [**Core Concepts**](learn/advanced/00-baseapp.md) - Read about the core concepts like baseapp, the store, or the server.
* [**Building Modules**](build/building-modules/00-intro.md) - Discover how to build modules for the Cosmos SDK.
* [**Running a Node**](user/run-node/00-keyring.md) - Running and interacting with nodes using the CLI and API.
* [**Running a Node**](https://docs.cosmos.network/main/user/run-node/keyring) - Running and interacting with nodes using the CLI and API.
* [**Modules**](./build/modules/README.md) - Explore existing modules to build your application with.
## Explore the Stack