From cad2b9804414213b08fd965c50fbedcff9cb3699 Mon Sep 17 00:00:00 2001 From: Yuki Kondo Date: Tue, 15 May 2018 17:37:26 +0000 Subject: [PATCH] [FAB-10073] Fix broken link in samples/fabric-ca/README 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 --- fabric-ca/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric-ca/README.md b/fabric-ca/README.md index 3a88c6026e..9c11e16f61 100755 --- a/fabric-ca/README.md +++ b/fabric-ca/README.md @@ -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.