From 5758e38962f87cd77f24d3512b9ade3527ed346c Mon Sep 17 00:00:00 2001 From: fixanoid Date: Mon, 3 Dec 2018 17:03:04 -0500 Subject: [PATCH] Updating raft doc location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7515c39..a06698ee0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The official docker containers can be found under https://hub.docker.com/u/quoru * [Constellation](https://github.com/jpmorganchase/constellation): Haskell implementation of peer-to-peer encrypted message exchange for transaction privacy * [Tessera](https://github.com/jpmorganchase/tessera): Java implementation of peer-to-peer encrypted message exchange for transaction privacy * Quorum supported consensuses - * [Raft Consensus Documentation](raft/doc.md) + * [Raft Consensus Documentation](docs/raft.md) * [Istanbul BFT Consensus Documentation](https://github.com/ethereum/EIPs/issues/650): [RPC API](https://github.com/getamis/go-ethereum/wiki/RPC-API) and [technical article](https://medium.com/getamis/istanbul-bft-ibft-c2758b7fe6ff) * [Clique POA Consensus Documentation](https://github.com/ethereum/EIPs/issues/225) and a [guide to setup clique json](https://modalduality.org/posts/puppeth/) with [puppeth](https://blog.ethereum.org/2017/04/14/geth-1-6-puppeth-master/) * [ZSL](https://github.com/jpmorganchase/quorum/wiki/ZSL) wiki page and [documentation](https://github.com/jpmorganchase/zsl-q/blob/master/README.md)