docs: fix runtime doc dead link to app-go-di.md (backport #23264) (#23268)

Co-authored-by: Zoro <halimao.cat@qq.com>
This commit is contained in:
mergify[bot] 2025-01-09 11:02:04 +01:00 committed by GitHub
parent 6b943b25c0
commit 0d526b4339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,7 +134,7 @@ An application only needs to call `AppBuilder.Build` to create a fully configure
https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.2/runtime/builder.go#L36-L80
```
More information on building applications can be found in the [next section](./02-app-go-di.md).
More information on building applications can be found in the [next section](./01-app-go-di.md).
## Best Practices