Skip to content

Commit e5aa32c

Browse files
committed
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 <[email protected]>
1 parent e8b1513 commit e5aa32c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/starter/fabric-starter-kit.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ and deploy the new Docker image that will run the chaincode. *This is a more
2525
complicated configuration and not suitable to an introduction to the
2626
Hyperledger fabric.* We recommend first running in chaincode development mode.
2727

28-
## Further exploration
29-
30-
If you wish, there are a number of chaincode examples near by.
31-
```
32-
cd ../../chaincode
33-
```
3428
## Getting started
3529

3630
**Note:** This sample was prepared using Docker for Mac 1.12.0
@@ -168,3 +162,10 @@ the containers from Docker:
168162
```
169163
docker-compose kill
170164
```
165+
166+
## Further exploration
167+
168+
If you wish, there are a number of chaincode examples nearby.
169+
```
170+
cd $GOPATH/src/github.com/hyperledger/fabric/examples/chaincode
171+
```

0 commit comments

Comments
 (0)