Skip to content

Commit

Permalink
docs: fix IAccessModule link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Nov 26, 2024
1 parent 7beffe1 commit 17be10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/core/access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The access control feature is designed to allow developers to write custom acces
## IAccessModule
`IAccessModule` is the interface that defines the functions required for custom access modules.

See [IAccessModule.sol](/solidity/interfaces/core/access/IAccessModule.sol/interface.IAccessModule.md) for more details.
See [IAccessModule.sol](/solidity/interfaces/modules/access/IAccessModule.sol/interface.IAccessModule.md) for more details.

## ModuleAccessController
`ModuleAccessController` provides the needed validation for AccessModules. It validates both the approval of the custom AccessModule by the user and that the entitie interacting on behalf of the user has the correct authorization. This abstract contract should be implemented by any module that wants to leverage custom access control functionality.
Expand Down

0 comments on commit 17be10c

Please sign in to comment.