Skip to content

Commit

Permalink
fix broken links in integration.md (#340)
Browse files Browse the repository at this point in the history
* fix broken link in integration.md

* fix: broken link to simulator.md file in cosmos-sdk docs

Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
2 people authored and colin-axner committed Aug 25, 2021
1 parent 825b658 commit 196ab17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ibc/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func NewApp(...args) *App {
### Module Managers
In order to use IBC, we need to add the new modules to the module `Manager` and to the `SimulationManager` in case your application supports [simulations](./../building-modules/simulator.md).
In order to use IBC, we need to add the new modules to the module `Manager` and to the `SimulationManager` in case your application supports [simulations](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/simulator.md).
```go
// app.go
Expand Down Expand Up @@ -221,4 +221,4 @@ different chains. If you want to have a broader view of the changes take a look
## Next {hide}
Learn about how to create [custom IBC modules](./custom.md) for your application {hide}
Learn about how to create [custom IBC modules](./apps.md) for your application {hide}

0 comments on commit 196ab17

Please sign in to comment.