Fix broken forum URL (#3537)

Co-authored-by: Francisco <frangio.1@gmail.com>
pull/3538/head
tonynoce 3 years ago committed by GitHub
parent 8b778fa20d
commit 5e7e9acfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contracts/token/ERC20/ERC20.sol

@ -15,7 +15,7 @@ import "../../utils/Context.sol";
* For a generic mechanism see {ERC20PresetMinterPauser}.
*
* TIP: For a detailed writeup see our guide
* https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
* https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
* to implement supply mechanisms].
*
* We have followed general OpenZeppelin Contracts guidelines: functions revert

Loading…
Cancel
Save