docs: fix broken IBC spec link, IBC page order (#9763)

* docs: fix broken IBC spec link

* docs: fix overview page order
This commit is contained in:
Albert Chon 2021-07-26 02:37:22 -04:00 committed by GitHub
parent adff7d804d
commit ee29beba26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,6 @@
<!-- order: 1 -->
<!--
order: 1
-->
# IBC Overview