Skip to content

Commit

Permalink
Fixes broken link (OpenZeppelin#3728)
Browse files Browse the repository at this point in the history
  • Loading branch information
htadashi authored and JulissaDantes committed Nov 3, 2022
1 parent 2728723 commit 180fd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/Address.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 180fd9c

Please sign in to comment.