From a1b7da9b5ccb5e9e2d6799068e6dc0b12e7928b8 Mon Sep 17 00:00:00 2001 From: NIKHIL E GUPTA Date: Thu, 2 Jul 2020 16:46:03 -0400 Subject: [PATCH] remove link to BYFN in README Signed-off-by: NIKHIL E GUPTA --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 00500f3f..1acc2672 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ You can use the following table to learn more about each sample, and find the co | [Interest rate swaps](interest_rate_swaps) | Explore state based endorsement using a financial services use case. | [Setting Key level endorsement policies](https://hyperledger-fabric.readthedocs.io/en/master/endorsement-policies.html#setting-key-level-endorsement-policies) | | [Off chain data](off_chain_data) | Learn how to use the Peer channel-based event services to build an off chain database for reporting and analytics. | [Peer channel-based event services](https://hyperledger-fabric.readthedocs.io/en/master/peer_event_services.html) | | [High throughput](high-throughput) | Learn how you can design your smart contracts to process a large volume of transactions. | | -| [First network](first-network) | **Deprecated. Use the Fabric test network to get started.** | [Build your first network](https://hyperledger-fabric.readthedocs.io/en/master/build_network.html) | | [Chaincode](chaincode) | A set of sample smart contracts used by other samples and the tutorials in the Fabric documentation. | [Fabric tutorials](https://hyperledger-fabric.readthedocs.io/en/master/tutorials.html) | ## License