You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ibc/integration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ func NewApp(...args) *App {
139
139
140
140
### Module Managers
141
141
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).
143
143
144
144
```go
145
145
// app.go
@@ -221,4 +221,4 @@ different chains. If you want to have a broader view of the changes take a look
221
221
222
222
## Next {hide}
223
223
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