From 8be3ebd70a4967d6464958aa769e192d271bf334 Mon Sep 17 00:00:00 2001 From: Chris Gabriel Date: Wed, 19 Aug 2020 06:03:08 -0600 Subject: [PATCH] Add links for Go and Java sample applications Signed-off-by: Chris Gabriel Update links to specify master branch path Signed-off-by: Chris Gabriel --- docs/source/write_first_app.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/source/write_first_app.rst b/docs/source/write_first_app.rst index 33dd98245d3..43fd8e997a9 100644 --- a/docs/source/write_first_app.rst +++ b/docs/source/write_first_app.rst @@ -158,7 +158,13 @@ Sample application ^^^^^^^^^^^^^^^^^^ Next, let's prepare the sample Asset Transfer Javascript application that will be used to interact with the deployed chaincode. -- `JavaScript application `__ +- `JavaScript application `__ + +Note that the sample application is also available in Go and Java at the links below: + +- `Go application `__ +- `Java application `__ + Open a new terminal, and navigate to the ``application-javascript`` folder. @@ -965,10 +971,10 @@ The asset-transfer ('basic') smart contract ------------------------------------------- The smart contract sample is available in the following languages: -- `Golang `__ -- `Java `__ -- `JavaScript `__ -- `Typescript `__ +- `Golang `__ +- `Java `__ +- `JavaScript `__ +- `Typescript `__ Clean up --------