From 40b5c9746d8a0527056b348da091c2d5b4474704 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 8 Aug 2016 18:01:27 +0200 Subject: [PATCH] docs: edited pointer to dev/test node setup in Introduction --- docs/source/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/introduction.md b/docs/source/introduction.md index ae7cd708..5257c348 100644 --- a/docs/source/introduction.md +++ b/docs/source/introduction.md @@ -8,9 +8,9 @@ You can read about the motivations, goals and high-level architecture in the [Bi ## Setup Instructions for Various Cases * [Set up a stand-alone BigchainDB node for learning and experimenting: Quickstart](quickstart.html) -* [Set up and run a federation](clusters-feds/set-up-a-federation.html) (i.a. an organization with a BigchainDB cluster) -* To set up a stand-alone node so you can help contribute to the development of BigchainDB Server, see [the CONTRIBUTING.md file](https://github.com/bigchaindb/bigchaindb/blob/master/CONTRIBUTING.md) +* [Set up and run a dev/test node](dev-and-test/setup-run-node.html) * [Deploy a cluster on AWS](clusters-feds/deploy-on-aws.html) +* [Set up and run a federation](clusters-feds/set-up-a-federation.html) (i.a. an organization with a BigchainDB cluster) (Instructions for setting up a client will be provided once there's a public testnet.)