From 541cb822364f157a56ce44ca8620830622c8d99d Mon Sep 17 00:00:00 2001 From: Jason Yellick Date: Tue, 6 Feb 2018 11:58:37 -0500 Subject: [PATCH] [FAB-8087] Remove reference to private repo One of the tests includes a reference to a private repo clone of hyperledger fabric on jyellick's github account. I hear this guy is notoriously unreliable, so fixed to point to the upstream repo. Change-Id: I31ac0a73b630e630b16f1efb1990e1d4a3b46fce Signed-off-by: Jason Yellick --- test/integration/configtxlator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/configtxlator.js b/test/integration/configtxlator.js index 4eed96222d..5e2b7907b6 100644 --- a/test/integration/configtxlator.js +++ b/test/integration/configtxlator.js @@ -18,7 +18,7 @@ /* * This test case requires that the 'configtxlator' tool be running locally and on port 7059 * see: - * https://github.com/jyellick/fabric-gerrit/tree/configtxlator/examples/configtxupdate + * https://github.com/hyperledger/fabric/tree/master/examples/configtxupdate * * This test case also requires two node packages to make it easier to make REST calls to * the 'configtxlator'