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:
parent
adff7d804d
commit
ee29beba26
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<!-- order: 1 -->
|
||||
<!--
|
||||
order: 1
|
||||
-->
|
||||
|
||||
# IBC Overview
|
||||
|
||||
|
|
Loading…
Reference in New Issue