diff --git a/docs/ibc/integration.md b/docs/ibc/integration.md index ec48126fd4..b3837acd4f 100644 --- a/docs/ibc/integration.md +++ b/docs/ibc/integration.md @@ -206,7 +206,7 @@ connection handhake. The IBC module also has [`BeginBlock`](https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go) logic as well. This is optional as it is only required if your application uses the [localhost -client](https://github.com/cosmos/ics/blob/master/spec/ics-009-loopback-client) to connect two +client](https://github.com/cosmos/ibc/tree/master/spec/client/ics-009-loopback-client) to connect two different modules from the same chain. ::: tip diff --git a/docs/ibc/overview.md b/docs/ibc/overview.md index e6662ce9bb..7226ce6c15 100644 --- a/docs/ibc/overview.md +++ b/docs/ibc/overview.md @@ -1,4 +1,6 @@ - + # IBC Overview