From e342c21336ad9e0dda0baabeff135c9bbfc362b0 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 22 Jan 2020 13:10:08 -0800 Subject: [PATCH] add redirects --- spec/consensus/fork-accountability.md | 3 +++ spec/consensus/light-client.md | 3 +++ spec/consensus/non-recursive-light-client.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 spec/consensus/fork-accountability.md create mode 100644 spec/consensus/light-client.md create mode 100644 spec/consensus/non-recursive-light-client.md diff --git a/spec/consensus/fork-accountability.md b/spec/consensus/fork-accountability.md new file mode 100644 index 000000000..7509819d4 --- /dev/null +++ b/spec/consensus/fork-accountability.md @@ -0,0 +1,3 @@ +# Fork Accountability - MOVED! + +Fork Accountability has moved to [light](./light). diff --git a/spec/consensus/light-client.md b/spec/consensus/light-client.md new file mode 100644 index 000000000..db20d49b4 --- /dev/null +++ b/spec/consensus/light-client.md @@ -0,0 +1,3 @@ +# Light Client - MOVED! + +Light Client has moved to [light](./light). diff --git a/spec/consensus/non-recursive-light-client.md b/spec/consensus/non-recursive-light-client.md new file mode 100644 index 000000000..b95815f47 --- /dev/null +++ b/spec/consensus/non-recursive-light-client.md @@ -0,0 +1,3 @@ +# Non Recursive Verification - MOVED! + +Non Recursive verification has moved to [light](./light).