Skip to content

Commit 63e476f

Browse files
committed
[FAB-3201] - Fix broken links
This fixes Fabric Model. Ongoing commits attached to this issue [ci-skip] Change-Id: Ie605ac4700e8c53555bf6b76845994ae1da47067 Signed-off-by: Nick Gaski <[email protected]>
1 parent 3b18166 commit 63e476f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/source/fabric_model.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ channel. Each peer maintains a copy of the ledger for each channel of which they
5555
- Prior to appending a block, a versioning check is performed to ensure that states for assets that were read have not changed since chaincode execution time
5656
- There is immutability once a transaction is validated and committed
5757
- A channel's ledger contains a configuration block defining policies, access control lists, and other pertinent information
58-
- Channel's contain :ref:`MSP`s allowing crypto materials to be derived from different certificate authorities
58+
- Channel's contain :ref:`MSP` instances allowing for crypto materials to be derived from different certificate authorities
5959

6060
See the :doc:`ledger` topic for a deeper dive on the databases, storage structure, and "query-ability."
6161

@@ -77,7 +77,7 @@ Chaincode gets installed only on peers that need to access the asset states
7777
to perform reads and writes (in other words, if a chaincode is not installed on
7878
a peer, it will not be able to properly interface with the ledger). To further
7979
obfuscate the data, values within chaincode can be encrypted (in part or in total) using common
80-
cryptographic algorithms such as SHA0-256, etc. before appending to the ledger.
80+
cryptographic algorithms such as SHA-256 before appending to the ledger.
8181

8282
.. _Security-Membership-Services:
8383

@@ -92,9 +92,8 @@ governed on the broader network and on channel levels. This "permissioned" noti
9292
of Fabric, coupled with the existence and capabilities of channels, helps address
9393
scenarios where privacy and confidentiality are paramount concerns.
9494

95-
See the 'Fabric CA <https://hyperledger-fabric.readthedocs.io/en/latest/Setup/ca-setup.html>`__
96-
section to better understand cryptographic implementations, and the sign, verify,
97-
authenticate approach used in Fabric.
95+
See the :doc:`Fabric CA <Setup/ca-setup>` section to better understand cryptographic
96+
implementations, and the sign, verify, authenticate approach used in Fabric.
9897

9998
.. _Consensus:
10099

0 commit comments

Comments
 (0)