Skip to content

Commit

Permalink
remove bit.ly link as it could have been hacked (#1552)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <[email protected]>
  • Loading branch information
Dave Kelsey authored Apr 23, 2024
1 parent a8646f7 commit 107f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v0.5.0/tutorials_fabric_existing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This tutorial is based on resources available from the official [Hyperledger Fab
```bash
# Pull down the 2.2.5 hyperledger fabric images/binaries and the fabric-samples checked out at tag v2.2.5
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.5 1.5.2
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 2.2.5 1.5.2
cd fabric-samples
# Switch to a release-2.2 git branch that has a fix for asset-transfer-basic chaincode
git checkout c3a0e814f1609eda2b2f4403b38e33b8b4a16675
Expand Down

0 comments on commit 107f0c6

Please sign in to comment.