From c0d306ba50efde670ba985bf382d4316b1ab3804 Mon Sep 17 00:00:00 2001 From: Tim Lind Date: Wed, 24 Mar 2021 12:16:10 +0200 Subject: [PATCH] Fix link to ICS007 on ADR026 (#8976) Co-authored-by: Alessio Treglia Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Marko --- docs/architecture/adr-026-ibc-client-recovery-mechanisms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-026-ibc-client-recovery-mechanisms.md b/docs/architecture/adr-026-ibc-client-recovery-mechanisms.md index 66eeaa13ea..2e33bf5868 100644 --- a/docs/architecture/adr-026-ibc-client-recovery-mechanisms.md +++ b/docs/architecture/adr-026-ibc-client-recovery-mechanisms.md @@ -54,7 +54,7 @@ We elect not to deal with chains which have actually halted, which is necessaril Note that clients frozen due to misbehaviour must wait for the evidence to expire to avoid becoming refrozen. -This ADR does not address planned upgrades, which are handled separately as per the [specification](https://github.com/cosmos/ics/tree/master/spec/ics-007-tendermint-client#upgrades). +This ADR does not address planned upgrades, which are handled separately as per the [specification](https://github.com/cosmos/ibc/tree/master/spec/client/ics-007-tendermint-client#upgrades). ## Consequences