From 4a93db78dcd5a597d2ec3ad6828a7701fa612fa0 Mon Sep 17 00:00:00 2001 From: Tim Lind Date: Wed, 24 Mar 2021 11:23:00 +0200 Subject: [PATCH] Fix broken links to ICS26 in ADR015 (#8974) Co-authored-by: Alessio Treglia Co-authored-by: Marko --- docs/architecture/adr-015-ibc-packet-receiver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-015-ibc-packet-receiver.md b/docs/architecture/adr-015-ibc-packet-receiver.md index 924ddc7eb..77059fd89 100644 --- a/docs/architecture/adr-015-ibc-packet-receiver.md +++ b/docs/architecture/adr-015-ibc-packet-receiver.md @@ -6,7 +6,7 @@ ## Context -[ICS 26 - Routing Module](https://github.com/cosmos/ics/tree/master/spec/ics-026-routing-module) defines a function [`handlePacketRecv`](https://github.com/cosmos/ics/tree/master/spec/ics-026-routing-module#packet-relay). +[ICS 26 - Routing Module](https://github.com/cosmos/ibc/tree/master/spec/core/ics-026-routing-module) defines a function [`handlePacketRecv`](https://github.com/cosmos/ibc/tree/master/spec/core/ics-026-routing-module#packet-relay). In ICS 26, the routing module is defined as a layer above each application module which verifies and routes messages to the destination modules. It is possible to