Skip to content

Commit

Permalink
Updated Site Links for IBC Website and Documentation (#245)
Browse files Browse the repository at this point in the history
* Update osmosis.md - IBC Site Link

Changed from .org website to new .dev website. .Org site is no longer supported.

* Update relaying README.mdx - IBC site link

Changed from .org website to new .dev website. .Org site is no longer supported.

* Update create-ibc-pool.md - IBC Site Links

IBC docs links went to 404 pages on SDK documentation site. Switched out links to the correct ones on the IBC documentation site at https://ibc.cosmos.network/.

Updated one line of text to reflect the link content.

* Update transfer.md - IBC Site URLs

IBC docs links went to 404 pages on SDK documentation site. Switched out links to the correct ones on the IBC documentation site at https://ibc.cosmos.network/.

Updated one line of text to reflect the link content.
  • Loading branch information
merkletreeibc authored Mar 18, 2024
1 parent 6c2131c commit 9518dd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/osmosis-core/guides/create-ibc-pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Note that IBC transfers can be enabled via:
To ensure a smooth user experience, Osmosis assumes all tokens will be transferred through a single designated IBC channel between Osmosis and the counterparty zone.

Recommended readings:
* [IBC Overview](https://docs.cosmos.network/v0.43/ibc/overview.html) - To understand IBC clients, connections,
* [How to Upgrade IBC Chains and their Clients](https://docs.cosmos.network/v0.43/ibc/upgrades/quick-guide.html)
* [IBC Overview](https://ibc.cosmos.network/main/ibc/overview) - To understand IBC components, including clients, connections, proofs, paths, and channels.
* [How to Upgrade IBC Chains and their Clients](https://ibc.cosmos.network/main/ibc/upgrades/quick-guide)

### 1. Add your chain to cosmos/chain-registry and SLIP-0173

Expand Down Expand Up @@ -82,4 +82,4 @@ Please refer to the [`create-pool` transaction example on the Osmosis repository

Recommended are:
* 50:50 OSMO-Token pool with 0.2% swap fee and 0% exit fee
* 50:50 ATOM-Token pool with 0.3% swap fee and 0% exit fee
* 50:50 ATOM-Token pool with 0.3% swap fee and 0% exit fee
2 changes: 1 addition & 1 deletion docs/osmosis-core/relaying/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1
# Relaying

In IBC, blockchains do not directly pass messages to each other over the network. This is where `relayer` comes in.
A relayer process monitors for updates on opens paths between sets of [IBC](https://ibcprotocol.org/) enabled chains.
A relayer process monitors for updates on opens paths between sets of [IBC](https://www.ibcprotocol.dev/) enabled chains.
The relayer submits these updates in the form of specific message types to the counterparty chain. Clients are then used to
track and verify the consensus state.

Expand Down
2 changes: 1 addition & 1 deletion docs/overview/educate/osmosis.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 1
---
# What is Osmosis?

Osmosis is the premier cross-chain DeFi hub. As the liquidity center and primary trading venue of Cosmos – the open, emergent ecosystem of sovereign Layer 1s connected with the [Inter-Blockchain Communication protocol](https://ibcprotocol.org/) (IBC) – it is the access point for the wide world of appchains, the gateway to the interchain.
Osmosis is the premier cross-chain DeFi hub. As the liquidity center and primary trading venue of Cosmos – the open, emergent ecosystem of sovereign Layer 1s connected with the [Inter-Blockchain Communication protocol](https://www.ibcprotocol.dev/) (IBC) – it is the access point for the wide world of appchains, the gateway to the interchain.
As IBC continues to explode – with more than 50 blockchains connected and dozens more in development, including [dYdX chain](https://dydx.exchange/blog/dydx-chain), and with teams working to enable IBC on [Avalanche](https://www.landslide.network/), [Polkadot](https://docs.composable.finance/products/centauri-overview/), [NEAR](https://medium.com/composable-finance/near-foundation-issues-grant-to-composable-for-extending-ibc-to-near-via-the-centauri-bridge-e1d6c291ffb8), and others, potentially even [Ethereum](https://ethresear.ch/t/bringing-ibc-to-ethereum-using-zk-snarks/13634) – Osmosis will be there to welcome new users, developers, and protocols to the Internet of Blockchains.

![](../../assets/welcome.png)
Expand Down
6 changes: 3 additions & 3 deletions docs/overview/integrate/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ IBC transfers can be enabled:
To ensure a smooth user experience, Osmosis assumes all tokens will be transferred through a single designated IBC channel between Osmosis and the counterparty zone.

Recommended readings:
* [IBC Overview](https://docs.cosmos.network/master/ibc/overview.html) - To understand IBC clients, connections,
* [How to Upgrade IBC Chains and their Clients](https://docs.cosmos.network/master/ibc/upgrades/quick-guide.html)
* [IBC Overview](https://ibc.cosmos.network/main/ibc/overview) - To understand IBC components, including clients, connections, proofs, paths, and channels.
* [How to Upgrade IBC Chains and their Clients](https://ibc.cosmos.network/main/ibc/upgrades/quick-guide)

### Not on a Cosmos-SDK chain?
Several intermediary chains are in use or being developed that link the IBC enabled Cosmos with other ecosystems.
Expand Down Expand Up @@ -80,4 +80,4 @@ CosmosSDK Chain addresses can be represented with a chain-specific string preced
1. Review the [SLIP173 Registry](https://github.com/satoshilabs/slips/blob/master/slip-0173.md):
2. Submit a pull request with necessary changes to the following:
- `slip-0173.md`:
- Add the chain name (as a link to the website) and prefix(es) into the *Registered human-readable parts* table
- Add the chain name (as a link to the website) and prefix(es) into the *Registered human-readable parts* table

0 comments on commit 9518dd5

Please sign in to comment.