diff --git a/src/snekmate/auth/ownable.vy b/src/snekmate/auth/ownable.vy index 35c05a21..79f813ec 100644 --- a/src/snekmate/auth/ownable.vy +++ b/src/snekmate/auth/ownable.vy @@ -10,7 +10,7 @@ By default, the owner account will be the one that deploys the contract. This can later be changed with `transfer_ownership`. An exemplary integration can be found in the ERC-20 implementation here: - https://github.com/pcaversaccio/snekmate/blob/main/src/snekmate/tokens/ERC20.vy. + https://github.com/pcaversaccio/snekmate/blob/main/src/snekmate/tokens/erc20.vy. The implementation is inspired by OpenZeppelin's implementation here: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol. """