From 31e41cebf3231f2ee26bb5b43168f638de88e61d Mon Sep 17 00:00:00 2001 From: David Liu Date: Thu, 10 Jun 2021 10:25:36 -0400 Subject: [PATCH] Update private_data_tutorial.rst fabric-samples branch:release-2.2 does not exist anymore. Signed-off-by: DavidLiu --- docs/source/private_data_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/private_data_tutorial.rst b/docs/source/private_data_tutorial.rst index 360a84e8004..92feffee882 100644 --- a/docs/source/private_data_tutorial.rst +++ b/docs/source/private_data_tutorial.rst @@ -238,7 +238,7 @@ Org1 and Org2 to have the private data in a side database, and the collection ``Org1MSPPrivateCollection`` allows only peers of Org1 to have their private data in a side database and ``Org2MSPPrivateCollection`` allows peers of Org2 to have their private data in a side database. -For implementation details refer to the following two `asset transfer private data functions `__: +For implementation details refer to the following two `asset transfer private data functions `__: * **ReadAsset** for querying the values of the ``assetID, color, size and owner`` attributes. * **ReadAssetPrivateDetails** for querying the values of the ``appraisedValue`` attribute. @@ -966,7 +966,7 @@ Using indexes with private data Indexes can also be applied to private data collections, by packaging indexes in the ``META-INF/statedb/couchdb/collections//indexes`` directory -alongside the chaincode. An example index is available `here `__ . +alongside the chaincode. An example index is available `here `__ . For deployment of chaincode to production environments, it is recommended to define any indexes alongside chaincode so that the chaincode and supporting