From 8e9e3c356efbed354b57af4cdb7f45339881a208 Mon Sep 17 00:00:00 2001 From: Charly Date: Mon, 5 Dec 2022 18:35:25 +0100 Subject: [PATCH 1/2] update README to reflect new website --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bd1cbe9c99..38fe22d5911 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ E2E Status -The [Inter-Blockchain Communication protocol (IBC)](https://ibcprotocol.org/) allows blockchains to talk to each other. IBC handles transport across different sovereign blockchains. This end-to-end, connection-oriented, stateful protocol provides reliable, ordered, and authenticated communication between heterogeneous blockchains. This IBC implementation in Golang is built as a Cosmos SDK module. +The [Inter-Blockchain Communication protocol (IBC)](https://ibcprotocol.dev/) allows blockchains to talk to each other. This end-to-end, connection-oriented, stateful protocol provides reliable, ordered, and authenticated communication between heterogeneous blockchains. + +This IBC implementation in Golang is built as a Cosmos SDK module. To understand more about how to use the `ibc-go` module as well as about IBC protocol, please check out the Interchain Developer Academy [section on IBC](https://tutorials.cosmos.network/academy/3-ibc/), or [our docs](https://ibc.cosmos.network/main/ibc/overview.html). ## Roadmap @@ -120,6 +122,6 @@ To report a security vulnerability, see our [bug bounty program](https://hackero ## Documentation and Resources -- [IBC Website](https://ibcprotocol.org/) +- [IBC Website](https://ibcprotocol.dev/) - [IBC Specification](https://github.com/cosmos/ibc) - [Documentation](https://ibc.cosmos.network/main/ibc/overview.html) From 020885dec947b92e2013f9081aaf53f8b44e4387 Mon Sep 17 00:00:00 2001 From: Charly Date: Tue, 6 Dec 2022 12:24:52 +0100 Subject: [PATCH 2/2] pr comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38fe22d5911..cc0f2915bc6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The [Inter-Blockchain Communication protocol (IBC)](https://ibcprotocol.dev/) allows blockchains to talk to each other. This end-to-end, connection-oriented, stateful protocol provides reliable, ordered, and authenticated communication between heterogeneous blockchains. -This IBC implementation in Golang is built as a Cosmos SDK module. To understand more about how to use the `ibc-go` module as well as about IBC protocol, please check out the Interchain Developer Academy [section on IBC](https://tutorials.cosmos.network/academy/3-ibc/), or [our docs](https://ibc.cosmos.network/main/ibc/overview.html). +This IBC implementation in Golang is built as a Cosmos SDK module. To understand more about how to use the `ibc-go` module as well as about the IBC protocol, please check out the Interchain Developer Academy [section on IBC](https://tutorials.cosmos.network/academy/3-ibc/), or [our docs](https://ibc.cosmos.network/main/ibc/overview.html). ## Roadmap