From 5e7e9acfa4630c1f933f7e8435ccc4490cacb274 Mon Sep 17 00:00:00 2001 From: tonynoce <95554128+tonynoce@users.noreply.github.com> Date: Fri, 8 Jul 2022 19:03:39 -0300 Subject: [PATCH] Fix broken forum URL (#3537) Co-authored-by: Francisco --- contracts/token/ERC20/ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index 083b58c71..492e26101 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/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