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