From b1bc6663b83dbfb1fd8138b696b5552e2836925e Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 3 Dec 2021 12:23:06 +0000 Subject: [PATCH] Update readme Minor changes for Fabric 2.4 and the main branch of fabric-samples Signed-off-by: James Taylor --- asset-transfer-basic/rest-api-typescript/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asset-transfer-basic/rest-api-typescript/README.md b/asset-transfer-basic/rest-api-typescript/README.md index b5191620..abfed749 100644 --- a/asset-transfer-basic/rest-api-typescript/README.md +++ b/asset-transfer-basic/rest-api-typescript/README.md @@ -6,7 +6,7 @@ The primary aim of this sample is to show how to write a long running client app The REST API is intended to work with the [basic asset transfer example](https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic) -To install the basic asset transfer chaincode on a local Fabric network, follow the [Using the Fabric test network](https://hyperledger-fabric.readthedocs.io/en/release-2.2/test_network.html) tutorial +To install the basic asset transfer chaincode on a local Fabric network, follow the [Using the Fabric test network](https://hyperledger-fabric.readthedocs.io/en/release-2.4/test_network.html) tutorial ## Overview @@ -25,7 +25,7 @@ Alternatively you might prefer to modify the sample to only retry transactions w ## Usage -**Note:** these instructions should work with the release-2.2 branch of `fabric-samples` but later versions require some changes +**Note:** these instructions should work with the main branch of `fabric-samples` To build and start the sample REST server, you'll need to [download and install an LTS version of node](https://nodejs.org/en/download/)