From d2a2e2c41960b71d57e6651b2cc28fc49b9d5640 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Wed, 30 Aug 2017 11:18:28 +0100 Subject: [PATCH] Update tut-two-party-introduction.rst. --- docs/source/tut-two-party-introduction.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/tut-two-party-introduction.rst b/docs/source/tut-two-party-introduction.rst index fb99b07af0..e49de7dd9e 100644 --- a/docs/source/tut-two-party-introduction.rst +++ b/docs/source/tut-two-party-introduction.rst @@ -2,8 +2,9 @@ Introduction ============ .. note:: This tutorial extends the CorDapp built during the :doc:`Hello, World tutorial `. You can - find the final version of the CorDapp produced in that tutorial - `here `_. + download the final version of the CorDapp produced in that tutorial for + `Java `_ or + `Kotlin `_. In the Hello, World tutorial, we built a CorDapp allowing us to model IOUs on ledger. Our CorDapp was made up of three elements: @@ -22,4 +23,4 @@ IOU onto the ledger. We'll need to make two changes: signature (as well as the lender's) to become valid ledger updates * The ``IOUFlow`` will need to be updated to allow for the gathering of the borrower's signature -We'll start by updating the contract. \ No newline at end of file +We'll start by updating the contract.