From ee29beba26e45a2368364079b0e1e73fadbef552 Mon Sep 17 00:00:00 2001 From: Albert Chon Date: Mon, 26 Jul 2021 02:37:22 -0400 Subject: [PATCH] docs: fix broken IBC spec link, IBC page order (#9763) * docs: fix broken IBC spec link * docs: fix overview page order --- docs/ibc/integration.md | 2 +- docs/ibc/overview.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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