Skip to content

Commit 7b5a19f

Browse files
fix broken links in integration.md (#340)
* fix broken link in integration.md * fix: broken link to simulator.md file in cosmos-sdk docs Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
1 parent f4a017e commit 7b5a19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ibc/integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func NewApp(...args) *App {
139139
140140
### Module Managers
141141
142-
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).
142+
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).
143143
144144
```go
145145
// app.go
@@ -221,4 +221,4 @@ different chains. If you want to have a broader view of the changes take a look
221221
222222
## Next {hide}
223223
224-
Learn about how to create [custom IBC modules](./custom.md) for your application {hide}
224+
Learn about how to create [custom IBC modules](./apps.md) for your application {hide}

0 commit comments

Comments
 (0)