Skip to content

Commit 7005036

Browse files
authored
Merge pull request #2136 from Hopium21/patch-1
Updated outdated IBC documentation links in IBC.md to point to the latest version
2 parents 90b49fc + 2f40f8e commit 7005036

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x/wasm/IBC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This documents how CosmWasm contracts are expected to interact with IBC.
1313
If this feature is enabled, it is considered "IBC Enabled", and that info will
1414
be stored in the ContractInfo. (For mock, we assume all contracts are IBC enabled)
1515

16-
Also, please read the [IBC Docs](https://docs.cosmos.network/master/ibc/overview.html)
16+
Also, please read the [IBC Docs](https://ibc.cosmos.network/v8/ibc/overview/)
1717
for detailed descriptions of the terms *Port*, *Client*, *Connection*,
1818
and *Channel*
1919

@@ -32,7 +32,7 @@ as how contracts can properly identify their counterparty.
3232
* If a *Channel* is being established with a registered `wasm.xyz` port,
3333
the `x/wasm.Keeper` will handle this and call into the appropriate
3434
contract to determine supported protocol versions during the
35-
[`ChanOpenTry` and `ChanOpenAck` phases](https://docs.cosmos.network/master/ibc/overview.html#channels).
35+
[`ChanOpenTry` and `ChanOpenAck` phases](https://ibc.cosmos.network/v8/ibc/overview/#channels).
3636
(See [Channel Handshake Version Negotiation](https://docs.cosmos.network/master/ibc/custom.html#channel-handshake-version-negotiation))
3737
* Both the *Port* and the *Channel* are fully owned by one contract.
3838
* `x/wasm` will allow both *ORDERED* and *UNORDERED* channels and pass that mode
@@ -134,4 +134,4 @@ To clarify:
134134
...
135135
ICS20 currently implements basic string matching with a
136136
single supported version.
137-
```
137+
```

0 commit comments

Comments
 (0)