Skip to content

Commit 2f45b74

Browse files
committed
Fix typos in protocol spec
fabic should be fabric. Change-Id: Ia42d72e9258c19f00269a5aa5a7337e8684860d1 Signed-off-by: Baohua Yang <[email protected]>
1 parent f7f5dc3 commit 2f45b74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/protocol-spec.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2520,7 +2520,7 @@ POST host:port/chaincode
25202520
"params": {
25212521
"type": "GOLANG",
25222522
"chaincodeID":{
2523-
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
2523+
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
25242524
},
25252525
"ctorMsg": {
25262526
"function":"init",
@@ -2555,7 +2555,7 @@ POST host:port/chaincode
25552555
"params": {
25562556
"type": "GOLANG",
25572557
"chaincodeID":{
2558-
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
2558+
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
25592559
},
25602560
"ctorMsg": {
25612561
"function":"init",

docs/protocol-spec_zh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ POST host:port/chaincode
22192219
"params": {
22202220
"type": "GOLANG",
22212221
"chaincodeID":{
2222-
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
2222+
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
22232223
},
22242224
"ctorMsg": {
22252225
"function":"init",
@@ -2254,7 +2254,7 @@ POST host:port/chaincode
22542254
"params": {
22552255
"type": "GOLANG",
22562256
"chaincodeID":{
2257-
"path":"github.com/hyperledger/fabic/examples/chaincode/go/chaincode_example02"
2257+
"path":"github.com/hyperledger/fabric/examples/chaincode/go/chaincode_example02"
22582258
},
22592259
"ctorMsg": {
22602260
"function":"init",
@@ -2603,7 +2603,7 @@ To see what CLI commands are currently available in the implementation, execute
26032603

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

2606-
cd $GOPATH/src/github.com/hyperledger/fabic/peer
2606+
cd $GOPATH/src/github.com/hyperledger/fabric/peer
26072607
./peer
26082608

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

0 commit comments

Comments
 (0)