Skip to content

Commit d4aeb26

Browse files
fixing dead link to sdk v0.44 (#2488) (#2493)
Co-authored-by: Carlos Rodriguez <carlos@interchain.io> (cherry picked from commit a1843f8) Co-authored-by: Damian Nolan <damiannolan@gmail.com>
1 parent dd7ff9d commit d4aeb26

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
@@ -69,7 +69,7 @@ For example, if a chain chooses not to integrate a controller submodule, it may
6969

7070
#### Add `StoreUpgrades` for ICS27 module
7171

72-
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`:
72+
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`:
7373

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

0 commit comments

Comments
 (0)