Skip to content

Commit f5987e2

Browse files
committed
FAB-3689 move fabric binaries link to nexus
update README to fetch fabric binaries from nexus repository. Existing link is broken as we are purging logs. Change-Id: Ic9150d394a70a2f73baf7b3bf804eed618d076ac Signed-off-by: rameshthoomu <[email protected]>
1 parent 154160e commit f5987e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dchackfest/samples/e2e/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Next, execute the following command:
4646

4747
.. code:: bash
4848
49-
curl -L https://logs.hyperledger.org/sandbox/vex-yul-hyp-jenkins-2/fabric-binaries/release.tar.gz -o release.tar.gz 2> /dev/null; tar -xvf release.tar.gz
49+
curl -L https://nexus.hyperledger.org/content/repositories/snapshots/sandbox/vex-yul-hyp-jenkins-2/fabric-binaries/release.tar.gz -o release.tar.gz 2> /dev/null; tar -xvf release.tar.gz
5050
5151
This command pulls and extracts all of the necessary artifacts to set up your
5252
network and places them into a folder titled ``release``. It also retrieves the

0 commit comments

Comments
 (0)