From 20da6214302ab42443d1f997a78dd634b69bab62 Mon Sep 17 00:00:00 2001 From: wenjian3 Date: Wed, 27 Jun 2018 15:27:30 -0400 Subject: [PATCH] FAB-10902 NodeSDK - remove anchor links to sections Remove anchor links to sections because these links in .md are not supported in html Change-Id: Ic15e89f6d6985a042467bb40374464932c8f53e2 Signed-off-by: Wenjian Qiao --- docs/tutorials/private-data.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tutorials/private-data.md b/docs/tutorials/private-data.md index 1d6c72d3f9..923f244373 100755 --- a/docs/tutorials/private-data.md +++ b/docs/tutorials/private-data.md @@ -9,13 +9,13 @@ http://hyperledger-fabric.readthedocs.io/en/latest/private-data-arch.html), and http://hyperledger-fabric.readthedocs.io/en/latest/private_data_tutorial.html). ### Overview -The following are the steps to use private data with the Node.js SDK. +The following are the steps to use private data with the Node.js SDK. Check out below sections for the details of these steps. -1. [Create a collection definition json file](#create-a-collection-definition-json-file) -2. [Implement chaincode to store and query private data](#implement-chaincode-to-store-and-query-private-data) -3. [Install and instantiate chaincode with a collection definition](#install-and-instantiate-chaincode-with-a-collection-definition) -4. [Invoke chaincode to store and query private data](#invoke-chaincode-to-store-and-query-private-data) -5. [Purge private data](#purge-private-data) +1. Create a collection definition json file +2. Implement chaincode to store and query private data +3. Install and instantiate chaincode with a collection definition +4. Invoke chaincode to store and query private data +5. Purge private data ### Create a collection definition json file A collection definition describes who can persist data, how many peers the data is distributed to, how many peers are