Skip to content

Commit

Permalink
docs: fix: escape mod reference (#23418)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex | Interchain Labs <[email protected]>
(cherry picked from commit 77d4359)
  • Loading branch information
olliegilbey authored and mergify[bot] committed Jan 16, 2025
1 parent b885d8a commit ce57a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/building-apps/upgrades/0.52.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit ce57a3b

Please sign in to comment.