From bd0b3c759f5689c7e85587967d6c9e1301baee21 Mon Sep 17 00:00:00 2001 From: z-bowen Date: Wed, 12 Sep 2018 12:27:33 +0200 Subject: [PATCH] Problem: Docs point to the wrong BEP for election specs Solution: Pointed them to BEP-18 instead of BEP-21 --- docs/server/source/server-reference/bigchaindb-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/server-reference/bigchaindb-cli.md b/docs/server/source/server-reference/bigchaindb-cli.md index 63bcf9f0..b67ca296 100644 --- a/docs/server/source/server-reference/bigchaindb-cli.md +++ b/docs/server/source/server-reference/bigchaindb-cli.md @@ -83,7 +83,7 @@ configuration file as documented under ## bigchaindb election -Manage elections to manage the BigChainDB network. The specifics of the election process are defined in [BEP-21](https://github.com/bigchaindb/BEPs/tree/master/21), please refer it for more details. +Manage elections to manage the BigChainDB network. The specifics of the election process are defined in [BEP-18](https://github.com/bigchaindb/BEPs/tree/master/18), please refer it for more details. Election management is broken into several subcommands. Below is the command line syntax for each,