Skip to content

Commit

Permalink
Fix typos in protocol spec
Browse files Browse the repository at this point in the history
fabic should be fabric.

Change-Id: Ia42d72e9258c19f00269a5aa5a7337e8684860d1
Signed-off-by: Baohua Yang <baohyang@cn.ibm.com>
  • Loading branch information
yeasy committed Sep 9, 2016
1 parent f7f5dc3 commit 2f45b74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/protocol-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -2520,7 +2520,7 @@ POST host:port/chaincode
"params": {
"type": "GOLANG",
"chaincodeID":{
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
},
"ctorMsg": {
"function":"init",
Expand Down Expand Up @@ -2555,7 +2555,7 @@ POST host:port/chaincode
"params": {
"type": "GOLANG",
"chaincodeID":{
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
},
"ctorMsg": {
"function":"init",
Expand Down
6 changes: 3 additions & 3 deletions docs/protocol-spec_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ POST host:port/chaincode
"params": {
"type": "GOLANG",
"chaincodeID":{
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
},
"ctorMsg": {
"function":"init",
Expand Down Expand Up @@ -2254,7 +2254,7 @@ POST host:port/chaincode
"params": {
"type": "GOLANG",
"chaincodeID":{
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
},
"ctorMsg": {
"function":"init",
Expand Down Expand Up @@ -2603,7 +2603,7 @@ To see what CLI commands are currently available in the implementation, execute

要查看当前可用的CLI命令,执行如下命令

cd $GOPATH/src/github.com/hyperledger/fabic/peer
cd $GOPATH/src/github.com/hyperledger/fabric/peer
./peer

你可以获得和下面类似的响应:
Expand Down

0 comments on commit 2f45b74

Please sign in to comment.