From cad3987bd0b3b0af1a9401af155181758671cf07 Mon Sep 17 00:00:00 2001 From: Calvin Lau <38898718+calvinaco@users.noreply.github.com> Date: Tue, 6 Apr 2021 23:33:39 +0800 Subject: [PATCH] Update overview.md (#9044) Co-authored-by: SaReN --- docs/ibc/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ibc/overview.md b/docs/ibc/overview.md index 958769aee..89bfb3d27 100644 --- a/docs/ibc/overview.md +++ b/docs/ibc/overview.md @@ -46,7 +46,7 @@ In IBC, blockchains do not directly pass messages to each other over the network - A relayer process monitors for updates to these paths and relays messages by submitting the data stored under the path along with a proof of that data to the counterparty chain. -- The paths that all IBC implementations must support for committing IBC messages are defined in [ICS-24 host requirements](https://github.com/cosmos/ics/tree/master/spec/ics-024-host-requirements). +- The paths that all IBC implementations must support for committing IBC messages are defined in [ICS-24 host requirements](https://github.com/cosmos/ics/tree/master/spec/core/ics-024-host-requirements). - The proof format that all implementations must produce and verify is defined in [ICS-23 implementation](https://github.com/confio/ics23).