Skip to content

Commit

Permalink
Add links for Go and Java sample applications
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gabriel <chris@hyperchainlabs.com>

Update links to specify master branch path

Signed-off-by: Chris Gabriel <chris@hyperchainlabs.com>
  • Loading branch information
denali49 authored and denyeart committed Aug 20, 2020
1 parent 606fb74 commit 8be3ebd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/source/write_first_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/asset-transfer-basic/application-javascript>`__
- `JavaScript application <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/application-javascript>`__

Note that the sample application is also available in Go and Java at the links below:

- `Go application <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/application-go>`__
- `Java application <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/application-java>`__


Open a new terminal, and navigate to the ``application-javascript`` folder.

Expand Down Expand Up @@ -965,10 +971,10 @@ The asset-transfer ('basic') smart contract
-------------------------------------------
The smart contract sample is available in the following languages:
- `Golang <https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/asset-transfer-basic/chaincode-go>`__
- `Java <https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/asset-transfer-basic/chaincode-java>`__
- `JavaScript <https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/asset-transfer-basic/chaincode-javascript>`__
- `Typescript <https://github.com/hyperledger/fabric-samples/blob/{BRANCH}/asset-transfer-basic/chaincode-typescript>`__
- `Golang <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/chaincode-go>`__
- `Java <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/chaincode-java>`__
- `JavaScript <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/chaincode-javascript>`__
- `Typescript <https://github.com/hyperledger/fabric-samples/blob/master/asset-transfer-basic/chaincode-typescript>`__
Clean up
--------
Expand Down

0 comments on commit 8be3ebd

Please sign in to comment.