From fc50860dae4b1c922f67217573d474623fec4bb2 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Thu, 11 May 2017 17:07:14 +0100 Subject: [PATCH] Fix current version. (#670) --- docs/source/getting-set-up.rst | 2 +- docs/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index c7a5f95d7e..c9106266ce 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -80,7 +80,7 @@ And a simple example CorDapp for you to explore basic concepts is available here You can clone these repos to your local machine by running the command ``git clone [repo URL]``. By default, these repos will be on the ``master`` branch. However, this is an unstable development branch. You should check -out the latest release tag instead by running ``git checkout release-M10.1``. +out the latest release tag instead by running ``git checkout release-M11.0``. Opening Corda/CorDapps in IDEA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/index.rst b/docs/source/index.rst index 12746d462c..bdbe58c668 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,10 +2,10 @@ Welcome to the Corda documentation! =================================== .. warning:: This build of the docs is from the "|version|" branch, not a milestone release. It may not reflect the - current state of the code. `Read the docs for milestone release M10.1 `_. + current state of the code. `Read the docs for milestone release M11.0 `_. `Corda `_ is an open-source distributed ledger platform. The latest *milestone* (i.e. stable) -release is M10.1. The codebase is on `GitHub `_, and our community can be found on +release is M11.0. The codebase is on `GitHub `_, and our community can be found on `Slack `_ and in our `forum `_. If you're new to Corda, you should start by learning about its motivating vision and architecture. A good introduction