From 8f2e847312af69428262ac54bb8123a7d49409fa Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 23 Aug 2023 15:10:16 +0300 Subject: [PATCH] README: fix link to dBFT Neo documentation Signed-off-by: Anna Shaleva --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec23e7e..a0e7c65c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The library provides 4 callbacks: A minimal example can be found in `simulation/main.go`. ## Links -- dBFT high-level description on NEO website [https://docs.neo.org/docs/en-us/tooldev/concept/consensus/consensus_algorithm.html](https://docs.neo.org/docs/en-us/tooldev/concept/consensus/consensus_algorithm.html) +- dBFT high-level description on NEO website [https://docs.neo.org/docs/en-us/basic/consensus/dbft.html](https://docs.neo.org/docs/en-us/basic/consensus/dbft.html) - dBFT research paper [https://github.com/NeoResearch/yellowpaper/blob/master/releases/08_dBFT.pdf](https://github.com/NeoResearch/yellowpaper/blob/master/releases/08_dBFT.pdf) ## Notes