docs: redirect the modules introduce doc (#21934)

This commit is contained in:
NAIHANU 2024-09-26 17:14:47 +02:00 committed by GitHub
parent dbf6cdbd92
commit 2d8ca73afa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ Get familiar with the SDK and explore its main concepts.
* [**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**](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.
* [**Modules**](./build/building-modules/00-intro.md) - Explore existing modules to build your application with.
## Explore the Stack