From 1e3989997cfa41b667bc1b58d0a4e8d603ab5c33 Mon Sep 17 00:00:00 2001 From: Deng Zhi Cheng Date: Fri, 8 Nov 2019 17:22:58 +0800 Subject: [PATCH] [FAB-17032] Fix some errors in the doc. Signed-off-by: Deng Zhi Cheng Change-Id: I74f53ec80632f0f7ecdd060cf979ae9a587266e4 --- docs/source/developapps/analysis.md | 2 +- docs/source/developapps/application.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/developapps/analysis.md b/docs/source/developapps/analysis.md index 544e9fff176..56b6f5c87df 100644 --- a/docs/source/developapps/analysis.md +++ b/docs/source/developapps/analysis.md @@ -181,7 +181,7 @@ proof of the mutual agreement among the two parties that are part of the deal. ### Redeem The **redeem** transaction for paper 00001 represents the end of its lifecycle. -In our relatively simple example, DigiBank initiates the transaction which +In our relatively simple example, HedgeMatic initiates the transaction which transfers the commercial paper back to MagnetoCorp: ``` diff --git a/docs/source/developapps/application.md b/docs/source/developapps/application.md index d2beddf9c71..68aaadf11a5 100644 --- a/docs/source/developapps/application.md +++ b/docs/source/developapps/application.md @@ -5,7 +5,7 @@ An application can interact with a blockchain network by submitting transactions to a ledger or querying ledger content. This topic covers the mechanics of how an application does this; in our scenario, organizations access PaperNet using -applications which invoke **issue**, **sell** and **redeem** transactions +applications which invoke **issue**, **buy** and **redeem** transactions defined in a commercial paper smart contract. Even though MagnetoCorp's application to issue a commercial paper is basic, it covers all the major points of understanding. @@ -351,7 +351,7 @@ you're interested in what the SDK does under the covers, read the detailed That’s it! In this topic you’ve understood how to call a smart contract from a sample application by examining how MagnetoCorp's application issues a new commercial paper in PaperNet. Now examine the key ledger and smart contract data -structures are designed by in the [architecture topic](./architecture.md) behind +structures are designed by in the [architecture topic](./architecture.html) behind them.