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
@@ -52,7 +52,7 @@ To install the latest version of `cosmovisor`, run the following command:
go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@latest
```
To install a previous version, you can specify the version. IMPORTANT: Chains that use Cosmos-SDK v0.44.3 or earlier (eg v0.44.2) and want to use auto-download feature MUST use `cosmovisor v0.1.0`
To install a previous version, you can specify the version. IMPORTANT: Chains that use Cosmos SDK v0.44.3 or earlier (eg v0.44.2) and want to use auto-download feature MUST use `cosmovisor v0.1.0`
```shell
go install github.com/cosmos/cosmos-sdk/cosmovisor/cmd/cosmovisor@v0.1.0