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 --------