diff --git a/contracts/utils/Address.sol b/contracts/utils/Address.sol index 69f3bf87a..600f019b3 100644 --- a/contracts/utils/Address.sol +++ b/contracts/utils/Address.sol @@ -50,7 +50,7 @@ library Address { * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * - * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more]. + * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using