diff --git a/docs/docs/00-intro.md b/docs/docs/00-intro.md index 676801b78ab..a21bdf40058 100644 --- a/docs/docs/00-intro.md +++ b/docs/docs/00-intro.md @@ -31,6 +31,6 @@ IBC provides a reliable, permissionless, and generic base layer (allowing for th Note three crucial elements in the diagram: -- The chains depend on relayers to communicate. Relayers are the "physical" connection layer of IBC: off-chain processes responsible for relaying data between two chains running the IBC protocol by scanning the state of each chain, constructing appropriate datagrams, and executing them on the opposite chain as is allowed by the protocol. +- The chains depend on relayers to communicate. [Relayers](https://github.com/cosmos/ibc/blob/main/spec/relayer/ics-018-relayer-algorithms/README.md) are the "physical" connection layer of IBC: off-chain processes responsible for relaying data between two chains running the IBC protocol by scanning the state of each chain, constructing appropriate datagrams, and executing them on the opposite chain as is allowed by the protocol. - Many relayers can serve one or more channels to send messages between the chains. - Each side of the connection uses the light client of the other chain to quickly verify incoming messages. diff --git a/docs/versioned_docs/version-v8.3.x/00-intro.md b/docs/versioned_docs/version-v8.3.x/00-intro.md index 88157dc8dce..7f4a09fb1af 100644 --- a/docs/versioned_docs/version-v8.3.x/00-intro.md +++ b/docs/versioned_docs/version-v8.3.x/00-intro.md @@ -31,6 +31,6 @@ IBC provides a reliable, permissionless, and generic base layer (allowing for th Note three crucial elements in the diagram: -- The chains depend on relayers to communicate. Relayers are the "physical" connection layer of IBC: off-chain processes responsible for relaying data between two chains running the IBC protocol by scanning the state of each chain, constructing appropriate datagrams, and executing them on the opposite chain as is allowed by the protocol. +- The chains depend on relayers to communicate. [Relayers](https://github.com/cosmos/ibc/blob/main/spec/relayer/ics-018-relayer-algorithms/README.md) are the "physical" connection layer of IBC: off-chain processes responsible for relaying data between two chains running the IBC protocol by scanning the state of each chain, constructing appropriate datagrams, and executing them on the opposite chain as is allowed by the protocol. - Many relayers can serve one or more channels to send messages between the chains. - Each side of the connection uses the light client of the other chain to quickly verify incoming messages.