Skip to content

Commit 68fd51b

Browse files
chore: update documentation from cosmos-sdk/docs (#260)
chore: Sync docs from cosmos-sdk/docs Co-authored-by: tac0turtle <[email protected]>
1 parent 68a8ca2 commit 68fd51b

File tree

2 files changed

+2
-2
lines changed
  • docs/build/building-apps/upgrades
  • versioned_docs/version-0.52/build/building-apps/upgrades

2 files changed

+2
-2
lines changed

docs/build/building-apps/upgrades/0.52.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ plugins:
213213

214214
### Refactor Module Imports to cosmossdk.io/x/
215215

216-
All modules except auth have been split into their own go.mod and are imported via cosmossdk.io/x/<mod>.
216+
All modules except auth have been split into their own go.mod and are imported via `cosmossdk.io/x/<mod>`.
217217

218218

219219
* Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.

versioned_docs/version-0.52/build/building-apps/upgrades/0.52.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ plugins:
213213

214214
### Refactor Module Imports to cosmossdk.io/x/
215215

216-
All modules except auth have been split into their own go.mod and are imported via cosmossdk.io/x/<mod>.
216+
All modules except auth have been split into their own go.mod and are imported via `cosmossdk.io/x/<mod>`.
217217

218218

219219
* Replace import paths from github.com/cosmos/cosmos-sdk/x/{moduleName} to cosmossdk.io/x/{moduleName}.

0 commit comments

Comments
 (0)