Skip to content

Commit

Permalink
Fix Broken Doc Reference
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <[email protected]>
  • Loading branch information
Brett Logan authored and denyeart committed Sep 2, 2020
1 parent d308fbf commit d0c5065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/ledger/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ the same chaincode can access a given namespace.

A blockchain is not namespaced. It contains transactions from many different
smart contract namespaces. You can read more about chaincode namespaces in this
[topic](./developapps/chaincodenamespace.html).
[topic](../developapps/chaincodenamespace.html).

Let's now look at how the concept of a namespace is applied within a Hyperledger
Fabric channel.
Expand All @@ -390,7 +390,7 @@ smart contracts to communicate between channels so that ledger information can
be accessed between them.

You can read more about how ledgers work with channels in this
[topic](./developapps/chaincodenamespace.html#channel).
[topic](../developapps/chaincodenamespace.html#channel).


## More information
Expand Down

0 comments on commit d0c5065

Please sign in to comment.