docs: fix: escape mod reference (#23418)
Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
parent
952db2b320
commit
77d43598a3
2
docs/build/building-apps/upgrades/0.52.md
vendored
2
docs/build/building-apps/upgrades/0.52.md
vendored
@ -213,7 +213,7 @@ plugins:
|
||||
|
||||
### Refactor Module Imports to cosmossdk.io/x/
|
||||
|
||||
All modules except auth have been split into their own go.mod and are imported via cosmossdk.io/x/<mod>.
|
||||
All modules except auth have been split into their own go.mod and are imported via `cosmossdk.io/x/<mod>`.
|
||||
|
||||
|
||||
* Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user