Skip to content

Commit 45cc48f

Browse files
authored
Merge pull request #2 from MetaMask/fix/broken-links
Fix Broken Links in README
2 parents b54c719 + 8b93410 commit 45cc48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Developers can build new Caveat Enforcers for their own use cases, and the possi
5252

5353
There's several touchpoints where developers may be using or extending a DeleGator Smart Account.
5454

55-
- Developers can build custom DeleGator Implementations that use the [DeleGator Core](https://github.com/MetaMask/DeleGator/blob/main/src/DeleGatorCore.sol) to create new ways for end users to control and manage their Smart Accounts.
56-
- Developers can write any contract that meets the [DeleGator Core Interface](https://github.com/MetaMask/DeleGator/blob/main/src/interfaces/IDeleGatorCore.sol) to create novel ways of delegating functionality.
55+
- Developers can build custom DeleGator Implementations that use the [DeleGator Core](/src/DeleGatorCore.sol) to create new ways for end users to control and manage their Smart Accounts.
56+
- Developers can write any contract that meets the [DeleGator Core Interface](/src/interfaces/IDeleGatorCore.sol) to create novel ways of delegating functionality.
5757
- Developers can create custom Caveat Enforcers to refine the capabilities of a delegation for any use case they imagine.
5858
- Developers can craft Delegations to then share onchain capabilities entirely offchain.
5959

0 commit comments

Comments
 (0)