We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f533ae6 commit b17c800Copy full SHA for b17c800
docs/source/getting_started.rst
@@ -46,7 +46,7 @@ Next, execute the following command:
46
47
.. code:: bash
48
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
+ 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
50
51
This command pulls and extracts all of the necessary artifacts to set up your
52
network and places them into a folder titled ``release``. It also retrieves the
0 commit comments