From 580c6a6f76976ea87f182082292cb7703ba08cb3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Jan 2020 16:40:56 +0100 Subject: [PATCH] Go SDK link should point to 1.4 release As discussed in #476 Signed-off-by: Matthias Fasching --- docs/source/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 2276982224e..03b79196991 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -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 `__ and `Go SDK documentation `__. + * `Go SDK `__ and `Go SDK documentation `__. * `Node.js SDK `__ and `Node.js SDK documentation `__. * `Java SDK `__ and `Java SDK documentation `__.