Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jan 29, 2025
1 parent a1cbc45 commit 1eb9a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture/adr-005-handlers-redesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn deliver<V: ValidationContext, E: ExecutionContext>(val_ctx: &V, exec_ctx: &mu
exec_ctx.execute(message)
}
```
Note however that we will not implement `deliver()` this way for efficiency reasons (see [discussion](https://github.com/informalsystems/ibc-rs/issues/2582#issuecomment-1229988512)).
Note however that we will not implement `deliver()` this way for efficiency reasons (see [discussion](https://github.com/cosmos/ibc-rs/issues/10#issuecomment-1229988512)).

### Host based API

Expand Down Expand Up @@ -219,7 +219,7 @@ See appendix C for an example of how we intend this to be used.

## References

* [Issue #2582: ADR for redesigning the modules' API](https://github.com/informalsystems/ibc-rs/issues/2582)
* [Issue #2582: ADR for redesigning the modules' API](https://github.com/cosmos/ibc-rs/issues/10)
* [ICS24 spec](https://github.com/cosmos/ibc/blob/1b73c158dcd3b08c6af3917618dce259e30bc21b/spec/core/ics-024-host-requirements/README.md)

## Appendices
Expand Down

0 comments on commit 1eb9a69

Please sign in to comment.