From a7d450dc99219c30344715ca6a4af9eff31d9087 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 18 Aug 2021 13:38:29 +0200 Subject: [PATCH 1/2] fix broken link in integration.md --- docs/ibc/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ibc/integration.md b/docs/ibc/integration.md index b294b54be6c..5312287c948 100644 --- a/docs/ibc/integration.md +++ b/docs/ibc/integration.md @@ -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} From 62492a6f744c3d70afb5c359852e9f3ddd760b65 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Wed, 18 Aug 2021 15:41:52 +0200 Subject: [PATCH 2/2] fix: broken link to simulator.md file in cosmos-sdk docs --- docs/ibc/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ibc/integration.md b/docs/ibc/integration.md index 5312287c948..162fbc35b7c 100644 --- a/docs/ibc/integration.md +++ b/docs/ibc/integration.md @@ -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