From 839fdc64b300a9f80aaa81cf3bbcf33298d603aa Mon Sep 17 00:00:00 2001 From: Bradley Falzon Date: Tue, 6 Dec 2016 15:40:40 +1030 Subject: [PATCH] Link to consensus.html#deployment-table not #toc_4 --- website/source/docs/guides/bootstrapping.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/bootstrapping.html.markdown b/website/source/docs/guides/bootstrapping.html.markdown index 8ad15b194d..9fc18397cc 100644 --- a/website/source/docs/guides/bootstrapping.html.markdown +++ b/website/source/docs/guides/bootstrapping.html.markdown @@ -26,7 +26,7 @@ or specify no value at all. Only servers that specify a value will attempt to bo We recommend 3 or 5 total servers per datacenter. A single server deployment is _**highly**_ discouraged as data loss is inevitable in a failure scenario. Please refer to the -[deployment table](/docs/internals/consensus.html#toc_4) for more detail. +[deployment table](/docs/internals/consensus.html#deployment-table) for more detail. Suppose we are starting a 3 server cluster. We can start `Node A`, `Node B`, and `Node C` with each providing the `-bootstrap-expect 3` flag. Once the nodes are started, you should see a message like: