Skip to content

Commit

Permalink
FAB-17105 - Fixing broken links
Browse files Browse the repository at this point in the history
Signed-off-by: “Rob <murgai@us.ibm.com>
  • Loading branch information
“Rob authored and denyeart committed Nov 23, 2019
1 parent 87f6240 commit 8e33173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/developapps/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ unique **composite** key formed by the concatenation of `org.papernet.paper`,


* Hyperlegder Fabric internally uses a concurrency control
[mechanism](../arch-deep-dive.html#the-endorsing-peer-simulates-a-transaction-and-produces-an-endorsement-signature)
mechanism <!-- Add more information to explain this topic-->
to update a ledger, such that keeping papers in separate state vectors vastly
reduces the opportunity for shared-state collisions. Such collisions require
transaction re-submission, complicate application design, and decrease
Expand Down
4 changes: 2 additions & 2 deletions docs/source/developapps/connectionoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ connection options.
application's organization to commit the transaction. This is a good default
because applications can be sure that all their peers have an up-to-date copy
of the ledger, minimizing concurrency
[issues](../arch-deep-dive.html#the-endorsing-peer-simulates-a-transaction-and-produces-an-endorsement-signature).
issues <!-- Add a link with more information explaining this topic-->

However, as the number of peers in an organization grows, it becomes a little
unnecessary to wait for all peers, in which case using a pluggable event
Expand Down Expand Up @@ -247,4 +247,4 @@ connection options.
environment of the application, which will most likely be a docker container.

<!--- Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/ -->
https://creativecommons.org/licenses/by/4.0/ -->

0 comments on commit 8e33173

Please sign in to comment.