From c80ba6f3b5a3d25f585ce8fd7a15f4299ee0a08d Mon Sep 17 00:00:00 2001 From: Sylvain Bellemare Date: Thu, 6 Jul 2017 13:18:52 +0200 Subject: [PATCH] Fix mistakenly changed MongoDB version --- docs/server/source/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/quickstart.md b/docs/server/source/quickstart.md index d31f06ae..5c2b0500 100644 --- a/docs/server/source/quickstart.md +++ b/docs/server/source/quickstart.md @@ -4,7 +4,7 @@ This page has instructions to set up a single stand-alone BigchainDB node for le A. Install MongoDB as the database backend. (There are other options but you can ignore them for now.) -[Install MongoDB Server 3.5+](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/) +[Install MongoDB Server 3.4+](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/) B. Run MongoDB. Open a Terminal and run the command: ```text