From 87331e27003b4ff063639af56ba02345371f91e2 Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Wed, 9 Nov 2022 15:50:49 -0500 Subject: [PATCH] Update the workshop with a new WORKSHOP_PATH under fabric-samples Signed-off-by: Josh Kneubuhl --- .../docs/CloudReady/00-setup.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/full-stack-asset-transfer-guide/docs/CloudReady/00-setup.md b/full-stack-asset-transfer-guide/docs/CloudReady/00-setup.md index ecbf132c..d05b9ada 100644 --- a/full-stack-asset-transfer-guide/docs/CloudReady/00-setup.md +++ b/full-stack-asset-transfer-guide/docs/CloudReady/00-setup.md @@ -58,10 +58,8 @@ Here are some key points to keep in mind to help stay "grounded" on your voyage ## Ready? ```shell - # If the check passes, proceed to "Deploy a Kube": ./check.sh - ``` @@ -71,13 +69,10 @@ To run the cloud workshop, a number of client applications are necessary to inte Install the workshop prerequisites with instructions from running `./check.sh`, or see detailed guides from the web: -- [full-stack-asset-transfer-guide](https://github.com/hyperledgendary/full-stack-asset-transfer-guide) (this GitHub project): +- [fabric-samples](https://github.com/hyperledger/fabric-samples) (This GitHub project): ```shell - -git clone https://github.com/hyperledgendary/full-stack-asset-transfer-guide.git workshop -cd workshop - - +git clone https://github.com/hyperledger/fabric-samples.git fabric-samples +cd fabric-samples/full-stack-asset-transfer-guide ``` - [docker](https://www.docker.com/get-started/)