From 20bd1035043251443744ef3c4afaf29ccd03856c Mon Sep 17 00:00:00 2001 From: Chris Gabriel Date: Thu, 10 Sep 2020 08:54:11 -0500 Subject: [PATCH] Minor doc fix to clear Sphinx local build error Signed-off-by: Chris Gabriel --- docs/source/chaincode4ade.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/chaincode4ade.rst b/docs/source/chaincode4ade.rst index e99c8c6b3bd..4bdef057d4b 100644 --- a/docs/source/chaincode4ade.rst +++ b/docs/source/chaincode4ade.rst @@ -1,5 +1,5 @@ Writing Your First Chaincode -======================== +============================ What is Chaincode? ------------------ @@ -54,7 +54,7 @@ by implementing a asset-transfer chaincode application that manages simple "asse .. _Asset Transfer Chaincode: Asset Transfer Chaincode ----------------------- +------------------------ Our application is a basic sample chaincode to initialize a ledger with assets, create, read, update, and delete assets, check to see if an asset exists, and transfer assets from one owner to another.