docs: update docs links to v0.47 (#14572)

This commit is contained in:
Julien Robert
2023-01-12 11:57:53 +00:00
committed by GitHub
parent 538f7ce723
commit e4c0788bf2
75 changed files with 711 additions and 2556 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ satisfy this dependency graph which allows staking and slashing to depend on eac
In order to test and debug the module configuration, we need to build an app config, generally defined in a YAML file.
This configuration should be passed first to `appconfig.LoadYAML` to get an `depinject.Config` instance.Then the
`depinject.Config` can be passed to `depinject.Inject` and we can try to resolve dependencies in the app config.
Alternatively, the `depinject.Config` can be created via [pure Go code](https://github.com/cosmos/cosmos-sdk/blob/61dc023/simapp/app_config.go).
Alternatively, the `depinject.Config` can be created via [pure Go code](https://github.com/cosmos/cosmos-sdk/blob/v0.47.0-rc1/simapp/app_config.go).
Ex: