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