Skip to content

Commit

Permalink
FABG-1026 Fix broken link in gateway godoc (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
  • Loading branch information
andrew-coleman committed Jan 7, 2021
1 parent 88e5e47 commit 080cc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gateway/gateway.go
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0

// Package gateway enables Go developers to build client applications using the Hyperledger
// Fabric programming model as described in the 'Developing Applications' chapter of the Fabric
// documentation: https://hyperledger-fabric.readthedocs.io/en/master/developapps/developing_applications.html
// documentation: https://hyperledger-fabric.readthedocs.io/en/latest/developapps/developing_applications.html
//
// A Gateway object is created using the Connect() function to connect to a 'gateway' peer
// as specified in a network configuration file, using an identity stored in a wallet.
Expand Down

0 comments on commit 080cc92

Please sign in to comment.