From e5aa32cf851a3ec4a0a16cf99613a5a0e48ecfbb Mon Sep 17 00:00:00 2001 From: Arnaud J Le Hors Date: Tue, 11 Oct 2016 11:48:18 +0200 Subject: [PATCH] FAB-643 - Starter Kit documentation is confusing Moved Further exploration to the bottom and use absolute path [ci skip] Change-Id: I5d9efdefcd944d2fa2091933b0cef17041d38520 Signed-off-by: Arnaud J Le Hors --- docs/starter/fabric-starter-kit.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/starter/fabric-starter-kit.md b/docs/starter/fabric-starter-kit.md index 7d199ad1281..7a0be5022ef 100755 --- a/docs/starter/fabric-starter-kit.md +++ b/docs/starter/fabric-starter-kit.md @@ -25,12 +25,6 @@ and deploy the new Docker image that will run the chaincode. *This is a more complicated configuration and not suitable to an introduction to the Hyperledger fabric.* We recommend first running in chaincode development mode. -## Further exploration - -If you wish, there are a number of chaincode examples near by. -``` - cd ../../chaincode -``` ## Getting started **Note:** This sample was prepared using Docker for Mac 1.12.0 @@ -168,3 +162,10 @@ the containers from Docker: ``` docker-compose kill ``` + +## Further exploration + +If you wish, there are a number of chaincode examples nearby. +``` + cd $GOPATH/src/github.com/hyperledger/fabric/examples/chaincode +```