Browse Source

Fixes broken link (#3728)

Tadashi 3 years ago
parent
commit
5e8e8bb9f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/utils/Address.sol

+ 1 - 1
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