hyperledger / fabric-chaincode-go

Hyperledger Fabric Packages for Go Chaincode
https://pkg.go.dev/github.com/hyperledger/fabric-chaincode-go
Apache License 2.0
138 stars 133 forks source link

FAB-16723 Fix a few stale references to protos #10

Closed jyellick closed 5 years ago

jyellick commented 5 years ago

The golang protos were moved from fabric/protos to fabric-protos-go and the chaincode golang shim to fabric-chaincode-go, so the relative protos/common/common.proto references no longer make any sense. This simply replaces those relative references with links to the godoc.

Signed-off-by: Jason Yellick jyellick@us.ibm.com