From 0561c2835e30d936e1558734ef8477e1f64ef245 Mon Sep 17 00:00:00 2001 From: z-bowen Date: Thu, 9 Aug 2018 11:14:54 +0200 Subject: [PATCH] Problem: Reference to BEP-21 was made in an outdated style Solution: Updated it --- 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 f02927f0..439e7160 100644 --- a/docs/server/source/server-reference/bigchaindb-cli.md +++ b/docs/server/source/server-reference/bigchaindb-cli.md @@ -80,7 +80,7 @@ configuration file as documented under **This is an experimental feature. Users are advised not to use it in production.** -Manage elections to add, update, or remove a validator from the validators set of the local node. The commands implement [21/UPSERT-VALIDATORS](https://github.com/bigchaindb/BEPs/tree/master/21), check it out if you need more details on how this is orchestrated. +Manage elections to add, update, or remove a validator from the validators set of the local node. The upsert-validator subcommands implement [BEP-21](https://github.com/bigchaindb/BEPs/tree/master/21). Check it out if you need more details on how this is orchestrated. Election management is broken into several subcommands. Below is the command line syntax for each,