From c7205d9820668991c4cf0254388e067658cb5482 Mon Sep 17 00:00:00 2001 From: Joran Kikke Date: Sat, 7 May 2016 11:56:32 +1200 Subject: [PATCH] Fix broken Readme links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7865103d..9ab8d576 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ A scalable blockchain database. [The whitepaper](https://www.bigchaindb.com/whit ## Quick Start -### [Install and Run BigchainDB Server](http://bigchaindb.readthedocs.org/en/master/installing-server.html) -### [Run BigchainDB with Docker](http://bigchaindb.readthedocs.org/en/master/installing-server.html#run-bigchaindb-with-docker) -### [The Python Server API by Example](http://bigchaindb.readthedocs.org/en/master/python-server-api-examples.html) -### [The Python Driver API by Example](http://bigchaindb.readthedocs.org/en/master/python-driver-api-examples.html) +### [Install and Run BigchainDB Server](http://bigchaindb.readthedocs.io/en/latest/installing-server.html) +### [Run BigchainDB with Docker](http://bigchaindb.readthedocs.io/en/latest/installing-server.html#run-bigchaindb-with-docker) +### [The Python Server API by Example](http://bigchaindb.readthedocs.io/en/latest/python-server-api-examples.html) +### [The Python Driver API by Example](http://bigchaindb.readthedocs.io/en/latest/python-driver-api-examples.html) ## Links for Everyone * [BigchainDB.com](https://www.bigchaindb.com/) - the main BigchainDB website, including newsletter signup @@ -26,7 +26,7 @@ A scalable blockchain database. [The whitepaper](https://www.bigchaindb.com/whit * [Google Group](https://groups.google.com/forum/#!forum/bigchaindb) ## Links for Developers -* [Documentation](http://bigchaindb.readthedocs.org/en/master/) - for developers +* [Documentation](http://bigchaindb.readthedocs.io/en/latest/) - for developers * [CONTRIBUTING.md](CONTRIBUTING.md) - how to contribute * [Community guidelines](CODE_OF_CONDUCT.md) * [Open issues](https://github.com/bigchaindb/bigchaindb/issues)