Skip to content

Commit a1843f8

Browse files
fixing dead link to sdk v0.44 (#2488)
Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent a23a107 commit a1843f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/v2-to-v3.md

Lines changed: 1 addition & 1 deletion
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)