Skip to content

Commit

Permalink
fix link (#1465)
Browse files Browse the repository at this point in the history
* fix link

* update link
  • Loading branch information
murataniloener authored Oct 19, 2023
1 parent afbc9aa commit 5d4362c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion academy/3-ibc/8-ica.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ As an example, consider a remote-controlled atomic swap:

<HighlightBox type="best-practice">

The request from the community to enable a standard for this type of flow resulted in [ADR-008](https://github.com/cosmos/ibc-go/blob/main/docs/architecture/adr-008-app-caller-cbs/adr-008-app-caller-cbs.md), which extends the ability for general use cases.
The request from the community to enable a standard for this type of flow resulted in [ADR-008](https://github.com/cosmos/ibc-go/blob/main/docs/architecture/adr-008-app-caller-cbs.md), which extends the ability for general use cases.
<br/><br/>
It is advisable to follow developments around ADR-008 and the so-called _callback interface for IBC actors_, i.e. secondary applications (like smart contracts for example) that want to call into IBC apps as part of their state machine logic.

Expand Down
2 changes: 1 addition & 1 deletion hands-on-exercise/5-ibc-adv/3-ibc-app-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In the following sections, you will learn how to develop your custom IBC applica

<HighlightBox type="docs">

In the [integration](https://ibc.cosmos.network/v3.0.0/ibc/integration.html) section of the IBC documentation, the necessary steps to integrate IBC in a Cosmos SDK chain are outlined.
In the [integration](https://ibc.cosmos.network/v4.4.x/ibc/integration.html) section of the IBC documentation, the necessary steps to integrate IBC in a Cosmos SDK chain are outlined.
<br/><br/>
Note that this does not mean that the main application modules turn into IBC modules, it only means IBC is enabled for the chain. The IBC module has come out-of-the-box in Cosmos SDK chains since the 0.40.x version of the SDK, so it is unlikely you will have to implement these steps manually when developing a chain.
<br/><br/>
Expand Down

0 comments on commit 5d4362c

Please sign in to comment.