From 158d48e0c4128cb3c97c58deba819bb4681edbf5 Mon Sep 17 00:00:00 2001 From: Du Nguyen <61083705+lichdu29@users.noreply.github.com> Date: Thu, 27 Jun 2024 02:10:54 +0700 Subject: [PATCH] docs: add a hyperlink for relayers in the documentation (#6692) Co-authored-by: Carlos Rodriguez --- docs/docs/00-intro.md | 2 +- docs/versioned_docs/version-v8.3.x/00-intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.