docs: fixed broken links to prod-node-depl-tplt section

This commit is contained in:
troymc 2016-08-23 17:46:27 +02:00
parent 922f541c81
commit 028dcb310e
10 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ The federation must decide some things before setting up the initial cluster (in
2. What will the replication factor be? (It must be 3 or more for [RethinkDB failover](https://rethinkdb.com/docs/failover/) to work.)
3. Which node will be responsible for sending the commands to configure the RethinkDB database?
Once those things have been decided, each node operator can begin [setting up their BigchainDB (production) node](../prod-node-setup-mgmt/index.html).
Once those things have been decided, each node operator can begin setting up their BigchainDB (production) node.
Each node operator will eventually need two pieces of information from all other nodes in the federation:

View File

@ -12,7 +12,7 @@ Table of Contents
node-cluster-fed
nodes/index
dev-and-test/index
prod-node-setup-mgmt/index
prod-node-depl-tplt/index
server-reference/index
drivers-clients/index
clusters-feds/index

View File

@ -2,7 +2,7 @@
If you want to set up a BigchainDB node that's intended to be one of the nodes in a BigchainDB cluster (i.e. where each node is operated by a different member of a federation), then this page is for you, otherwise see [elsewhere](../introduction.html).
This is a page of general guidelines for setting up a node. It says nothing about how to upgrade software, storage, processing, etc. or other details of node management. That will be added in the future, in [the section on production node setup & management](../prod-node-setup-mgmt/index.html). Once that section is more complete, this page will probably be deleted.
This is a page of general guidelines for setting up a node. It says nothing about how to upgrade software, storage, processing, etc. or other details of node management. That will be added in the future, in [the section on production node setup & management](../prod-node-depl-tplt/index.html). Once that section is more complete, this page will probably be deleted.
## Get a Server