Skip to content

Commit

Permalink
[FAB-10073] Fix broken link in samples/fabric-ca/README
Browse files Browse the repository at this point in the history
This CR fixes the broken link to the document of ABAC
in fabric-samples/fabric-ca/README.md.

Change-Id: I2aff8a2c6b1f3e208f211f20f9237d8c3efd14d8
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
  • Loading branch information
yuki-kon committed May 15, 2018
1 parent c3979b5 commit cad2b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ with a value of "true". Note further that the chaincode used by this sample
requires this attribute be included in the certificate of the identity that
invokes its Init function. See the chaincode at *fabric-samples/chaincode/abac/abac.go*).
For more information on Attribute-Based Access Control (ABAC), see
https://github.com/hyperledger/fabric/tree/release/core/chaincode/lib/cid/README.md.
https://github.com/hyperledger/fabric/blob/master/core/chaincode/lib/cid/README.md.

4. The orderer and peer containers are started. The naming of these containers
is straight-forward as is their log files in the *data/logs* directory.
Expand Down

0 comments on commit cad2b98

Please sign in to comment.