diff --git a/docs/source/dev-setup/build.rst b/docs/source/dev-setup/build.rst index ea059e6c4b1..efa2aca7fd3 100644 --- a/docs/source/dev-setup/build.rst +++ b/docs/source/dev-setup/build.rst @@ -126,7 +126,7 @@ supporting artifacts. export GOPATH={directory of your choice} mkdir -p $GOPATH/src/github.com/hyperledger - FABRIC=$GOPATH/src/github.hyperledger/fabric + FABRIC=$GOPATH/src/github.com/hyperledger/fabric git clone https://github.com/hyperledger/fabric $FABRIC cd $FABRIC git checkout master # <-- only if you want the master branch