From 6c7720705562a58265c967c8d85d3e179f353f05 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Mon, 5 Oct 2020 17:29:35 +0200 Subject: [PATCH] docs: fix links to adr 56 (#5464) ## Description fix broken link from a previous change --- docs/architecture/README.md | 2 +- .../architecture/adr-047-handling-evidence-from-light-client.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/README.md b/docs/architecture/README.md index c85158be0..a0b95d880 100644 --- a/docs/architecture/README.md +++ b/docs/architecture/README.md @@ -76,6 +76,6 @@ Note the context/background should be written in the present tense. - [ADR-053-State-Sync-Prototype](./adr-053-state-sync-prototype.md) - [ADR-054-crypto-encoding-2](./adr-054-crypto-encoding-2.md) - [ADR-055-protobuf-design](./adr-055-protobuf-design.md) -- [ADR-056-proving-amnesia-attacks](./adr-056-proving-amnesia-attacks.md) +- [ADR-056-light-client-amnesia-attacks](./adr-056-light-client-amnesia-attacks) - [ADR-057-RPC](./adr-057-RPC.md) - [ADR-058-event-hashing](./adr-058-event-hashing.md) diff --git a/docs/architecture/adr-047-handling-evidence-from-light-client.md b/docs/architecture/adr-047-handling-evidence-from-light-client.md index 54624dd5c..4de47819a 100644 --- a/docs/architecture/adr-047-handling-evidence-from-light-client.md +++ b/docs/architecture/adr-047-handling-evidence-from-light-client.md @@ -205,7 +205,7 @@ clear from the current information which nodes behaved maliciously. ## References * [Fork accountability spec](https://github.com/tendermint/spec/blob/master/spec/consensus/light-client/accountability.md) -* [ADR 056: Proving amnesia attacks](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-056-proving-amnesia-attacks.md) +* [ADR 056: Light client amnesia attacks](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-056-light-client-amnesia-attacks.md) * [ADR-059: Evidence Composition and Lifecycle](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-059-evidence-composition-and-lifecycle.md) * [Informal's Light Client Detector](https://github.com/informalsystems/tendermint-rs/blob/master/docs/spec/lightclient/detection/detection.md)