Skip to content

Commit 27b4e67

Browse files
chore: wrong link in adr-001-network-upgrades.md (#1963)
Signed-off-by: SihanoukSolver29 <[email protected]>
1 parent d16d266 commit 27b4e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/adr/adr-001-network-upgrades.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func migrateDeploymentGroup(fromBz []byte, cdc codec.BinaryCodec) codec.ProtoMar
180180
)
181181
```
182182
2. Once imported, the upgrade will register itself, and `App` will initialize it during startup
183-
3. To deregister obsolete upgrade simply remove respective import from [upgrades/upgrades.go](../upgrades/upgrades.go)
183+
3. To deregister obsolete upgrade simply remove respective import from [upgrades/upgrades.go](../../upgrades/upgrades.go)
184184

185185
##### Testing software upgrade
186186
1. cd `tests/upgrade`

0 commit comments

Comments
 (0)