Skip to content

Commit

Permalink
chore: changing ibcprotocol.org to ibcprotocol.dev (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Dec 6, 2022
1 parent 4e8c126 commit cab707d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<img alt="E2E Status" src="https://github.com/cosmos/ibc-go/workflows/Tests%20/%20E2E/badge.svg" />
</div>

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. 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.

## Roadmap

Expand Down Expand Up @@ -120,6 +120,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)
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ module.exports = {
text: "Chat with IBC developers in <a href='https://discord.gg/W8trcGV' target='_blank'>Discord</a>.",
},
textLink: {
text: "ibcprotocol.org",
url: "https://ibcprotocol.org",
text: "ibcprotocol.dev",
url: "https://ibcprotocol.dev",
},
services: [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ibc/apps/ibcmodule.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Just as IBC expects modules to implement callbacks for channel handshakes, it al

Once a module A and module B are connected to each other, relayers can start relaying packets and acknowledgements back and forth on the channel.

![IBC packet flow diagram](https://ibcprotocol.org/_nuxt/img/packet_flow.1d89ee0.png)
![IBC packet flow diagram](https://ibcprotocol.dev/_nuxt/img/packet_flow.1d89ee0.png)

Briefly, a successful packet flow works as follows:

Expand Down

0 comments on commit cab707d

Please sign in to comment.