From 394d93757084f2a40f9b2e3ccf8af3a3f4a827a3 Mon Sep 17 00:00:00 2001 From: Katarzyna Streich Date: Thu, 8 Jun 2017 17:56:52 +0100 Subject: [PATCH] Update M11 to M12 in docs. (#818) --- docs/source/getting-set-up.rst | 2 +- docs/source/running-the-demos.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 914adb93e5..ac221d2217 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -154,7 +154,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 unstable ``master`` branch. You should check out the latest milestone release -instead by running ``git checkout release-M11.1``. +instead by running ``git checkout release-M12``. Next steps ---------- diff --git a/docs/source/running-the-demos.rst b/docs/source/running-the-demos.rst index 91c25f7851..871037ead0 100644 --- a/docs/source/running-the-demos.rst +++ b/docs/source/running-the-demos.rst @@ -87,7 +87,7 @@ http://localhost:10007/web/irsdemo and http://localhost:10010/web/irsdemo to see To use the web app, click the "Create Deal" button, fill in the form, then click the "Submit" button. You can then use the time controls at the top left of the home page to run the fixings. Click any individual trade in the blotter to view it. -.. note:: The IRS web UI currently has a bug when changing the clock time where it may show no numbers or apply fixings consistently. +.. note:: The IRS web UI currently has a bug when changing the clock time where it may show no numbers or apply fixings inconsistently. The issues will be addressed in M13 milestone release. Meanwhile, you can take a look at a simpler oracle example https://github.com/corda/oracle-example Attachment demo