docs: use the right link for app.go[Supplementary Omission] (#21616)
This commit is contained in:
parent
3db444a6cf
commit
3c9fa960df
@ -1040,7 +1040,7 @@ The `simapp` package **should not be imported in your own app**. Instead, you sh
|
||||
|
||||
#### App Wiring
|
||||
|
||||
SimApp's `app_v2.go` is using [App Wiring](https://docs.cosmos.network/main/build/building-apps/app-go-v2), the dependency injection framework of the Cosmos SDK.
|
||||
SimApp's `app_di.go` is using [App Wiring](https://docs.cosmos.network/main/build/building-apps/app-go-di), the dependency injection framework of the Cosmos SDK.
|
||||
This means that modules are injected directly into SimApp thanks to a [configuration file](https://github.com/cosmos/cosmos-sdk/blob/v0.47.0-rc1/simapp/app_config.go).
|
||||
The previous behavior, without the dependency injection framework, is still present in [`app.go`](https://github.com/cosmos/cosmos-sdk/blob/v0.47.0-rc1/simapp/app.go) and is not going anywhere.
|
||||
|
||||
|
||||
2
docs/build/building-modules/15-depinject.md
vendored
2
docs/build/building-modules/15-depinject.md
vendored
@ -127,4 +127,4 @@ The module is now ready to be used with `depinject` by a chain developer.
|
||||
|
||||
## Integrate in an application
|
||||
|
||||
The App Wiring is done in `app_config.go` / `app.yaml` and `app_di.go` and is explained in detail in the [overview of `app_di.go`](https://docs.cosmos.network/main/build/building-apps/app-go-v2).
|
||||
The App Wiring is done in `app_config.go` / `app.yaml` and `app_di.go` and is explained in detail in the [overview of `app_di.go`](https://docs.cosmos.network/main/build/building-apps/app-go-di).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user