fabric-docs-i18n
fabric-docs-i18n copied to clipboard
[ja_JP] Key Concepts / Hyperledger Fabric Model
Original HTML: https://hyperledger-fabric.readthedocs.io/en/release-2.5/fabric_model.html Original Source: https://github.com/hyperledger/fabric/blob/e1e8e2e52aa4fc543360d245fe6554a0eaf81183/docs/source/fabric_model.rst
diff --git a/docs/source/fabric_model.rst b/docs/source/fabric_model.rst
index 11ea3fb82..325f78357 100644
--- a/docs/source/fabric_model.rst
+++ b/docs/source/fabric_model.rst
@@ -28,7 +28,7 @@ Assets
------
Assets can range from the tangible (real estate and hardware) to the intangible
-(contracts and intellectual property). Hyperledger Fabric provides the
+(contracts and intellectual property). Hyperledger Fabric provides the
ability to modify assets using chaincode transactions.
Assets are represented in Hyperledger Fabric as a collection of
@@ -73,7 +73,7 @@ Some features of a Fabric ledger:
- A channel's ledger contains a configuration block defining policies, access control lists, and other pertinent information
- Channels contain :ref:`MSP` instances allowing for crypto materials to be derived from different certificate authorities
-See the :doc:`ledger` topic for a deeper dive on the databases, storage structure, and "query-ability."
+See the :doc:`ledger/ledger` topic for a deeper dive on the databases, storage structure, and "query-ability."
Privacy