Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/building-apps/00-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ An application only needs to call `AppBuilder.Build` to create a fully configure
https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.2/runtime/builder.go#L36-L80
```

More information on building applications can be found in the [next section](./02-app-go-di.md).
More information on building applications can be found in the [next section](./01-app-go-di.md).

## Best Practices

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ An application only needs to call `AppBuilder.Build` to create a fully configure
https://github.com/cosmos/cosmos-sdk/blob/v0.52.0-beta.2/runtime/builder.go#L36-L80
```

More information on building applications can be found in the [next section](./02-app-go-di.md).
More information on building applications can be found in the [next section](./01-app-go-di.md).

## Best Practices

Expand Down