Skip to content

Commit 01c4248

Browse files
mergify[bot]damiannolan
authored andcommitted
fixing dead link to sdk v0.44 (cosmos#2488) (cosmos#2495)
Co-authored-by: Carlos Rodriguez <carlos@interchain.io> (cherry picked from commit a1843f8) Co-authored-by: Damian Nolan <damiannolan@gmail.com>
1 parent e6a06a3 commit 01c4248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/v2-to-v3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For example, if a chain chooses not to integrate a controller submodule, it may
6363

6464
#### Add `StoreUpgrades` for ICS27 module
6565

66-
For ICS27 it is also necessary to [manually add store upgrades](https://docs.cosmos.network/v0.44/core/upgrade.html#add-storeupgrades-for-new-modules) for the new ICS27 module and then configure the store loader to apply those upgrades in `app.go`:
66+
For ICS27 it is also necessary to [manually add store upgrades](https://docs.cosmos.network/v0.45/core/upgrade.html#add-storeupgrades-for-new-modules) for the new ICS27 module and then configure the store loader to apply those upgrades in `app.go`:
6767

6868
```go
6969
if upgradeInfo.Name == "v3" && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {

0 commit comments

Comments
 (0)