Skip to content

Commit 42e6305

Browse files
author
NIKHIL E GUPTA
committed
[FAB-15122] fix private data tutorial
note environment not compilling correctly Change-Id: I1432e78d8de2fca7983f00b6324dcfde3e9e7453 Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
1 parent d4ed74a commit 42e6305

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/private_data_tutorial.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -962,10 +962,10 @@ price private data is purged.
962962
Using indexes with private data
963963
-------------------------------
964964

965-
note:: The Fabric chaincode lifecycle that is being introduced in the Fabric v2.0
966-
Alpha does not support using couchDB indexes with your chaincode. To
967-
use the previous lifecycle model to deploy couchDB indexes with private data
968-
collections, visit the v1.4 version of the `Using Private Data in Fabric tutorial <https://hyperledger-fabric.readthedocs.io/en/release-1.4/private_data_tutorial.html>`_
965+
.. note:: The Fabric chaincode lifecycle that is being introduced in the Fabric v2.0
966+
Alpha does not support using couchDB indexes with your chaincode. To
967+
use the previous lifecycle model to deploy couchDB indexes with private data
968+
collections, visit the v1.4 version of the `Using Private Data in Fabric tutorial <https://hyperledger-fabric.readthedocs.io/en/release-1.4/private_data_tutorial.html>`_
969969

970970
Indexes can also be applied to private data collections, by packaging indexes in
971971
the ``META-INF/statedb/couchdb/collections/<collection_name>/indexes`` directory

0 commit comments

Comments
 (0)