Skip to content

Commit

Permalink
Update dead link to Go Chaincode SDK
Browse files Browse the repository at this point in the history
The link to the go chaincode SDK was missing and the documentation was pointing to the old location of the shim package.

Signed-off-by: Matthias Fasching <[email protected]>
  • Loading branch information
fasmat authored and sykesm committed Jan 9, 2020
1 parent 9ec196b commit 1b6bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Hyperledger Fabric smart contract (chaincode) SDKs
Hyperledger Fabric offers a number of SDKs to support developing smart contracts (chaincode)
in various programming languages. There are three smart contract SDKs available for Go, Node.js, and Java:

* `Go SDK documentation <https://godoc.org/github.com/hyperledger/fabric/core/chaincode/shim>`__.
* `Go SDK <https://github.com/hyperledger/fabric-chaincode-go>`__ and `Go SDK documentation <https://godoc.org/github.com/hyperledger/fabric-chaincode-go/shim>`__.
* `Node.js SDK <https://github.com/hyperledger/fabric-chaincode-node>`__ and `Node.js SDK documentation <https://fabric-shim.github.io/>`__.
* `Java SDK <https://github.com/hyperledger/fabric-chaincode-java>`__ and `Java SDK documentation <https://hyperledger.github.io/fabric-chaincode-java/>`__.

Expand Down

0 comments on commit 1b6bea7

Please sign in to comment.