docs: use the right link for app.go[Supplementary Omission] (#21616)

This commit is contained in:
Gin
2024-09-10 09:35:19 +00:00
committed by GitHub
parent 3db444a6cf
commit 3c9fa960df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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).