Skip to content

Commit

Permalink
FAB-10902 NodeSDK - remove anchor links to sections
Browse files Browse the repository at this point in the history
Remove anchor links to sections
because these links in .md are not supported in html

Change-Id: Ic15e89f6d6985a042467bb40374464932c8f53e2
Signed-off-by: Wenjian Qiao <wenjianq@gmail.com>
  • Loading branch information
wenjianqiao committed Jun 27, 2018
1 parent 3948c22 commit 20da621
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/tutorials/private-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20da621

Please sign in to comment.