From ae88b8e0e3e1ba6e795b862fa8d6f0fa84a0047a Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 15 Jun 2016 16:45:48 +0200 Subject: [PATCH] Fixed some links to the Docker docs --- README.md | 2 +- docs/source/nodes/node-requirements.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56286ad9..6fc9f37b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A scalable blockchain database. [The whitepaper](https://www.bigchaindb.com/whit ## Quick Start ### [Set Up and Run a BigchainDB Node](http://bigchaindb.readthedocs.io/en/latest/nodes/setup-run-node.html) -### [Run BigchainDB with Docker](http://bigchaindb.readthedocs.io/en/latest/setup-run-node.html#run-bigchaindb-with-docker) +### [Run BigchainDB with Docker](http://bigchaindb.readthedocs.io/en/latest/nodes/run-with-docker.html) ### [The Python Server API by Example](http://bigchaindb.readthedocs.io/en/latest/nodes/python-server-api-examples.html) ### [The Python Driver API by Example](http://bigchaindb.readthedocs.io/en/latest/drivers-clients/python-driver-api-examples.html) diff --git a/docs/source/nodes/node-requirements.md b/docs/source/nodes/node-requirements.md index 5177edf5..0b8286ff 100644 --- a/docs/source/nodes/node-requirements.md +++ b/docs/source/nodes/node-requirements.md @@ -15,7 +15,7 @@ The BigchainDB core dev team uses Ubuntu 14.04 or Fedora 23. We don't test BigchainDB on Windows or Mac OS X, but you can try. * If you run into problems on Windows, then you may want to try using Vagrant. One of our community members ([@Mec-Is](https://github.com/Mec-iS)) wrote [a page about how to install BigchainDB on a VM with Vagrant](https://gist.github.com/Mec-iS/b84758397f1b21f21700). -* If you have Mac OS X and want to experiment with BigchainDB, then you could do that [using Docker](setup-run-node.html#run-bigchaindb-with-docker). +* If you have Mac OS X and want to experiment with BigchainDB, then you could do that [using Docker](run-with-docker.html). ## Memory Requirements