Skip to content

Commit

Permalink
Fix doc link for chaincode access control (hyperledger#4522)
Browse files Browse the repository at this point in the history
Fix doc link for chaincode access control.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart authored Nov 3, 2023
1 parent bff8b5d commit b37ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

*Note: This topic deals with access control and policies on a channel
administration level. To learn about access control within a chaincode, check out
our [chaincode for developers tutorial](./chaincode4ade.html#Chaincode_API).*
our [chaincode for developers tutorial](./chaincode4ade.html#chaincode-access-control).*

Fabric uses access control lists (ACLs) to manage access to resources by associating
a [Policy](policies/policies.html) with a resource. Fabric contains a number of default ACLs. In this
Expand Down

0 comments on commit b37ce07

Please sign in to comment.