From 4ae655c368c5255d0b636ff7973714b9608769d2 Mon Sep 17 00:00:00 2001 From: matmilbury <73319876+matmilbury@users.noreply.github.com> Date: Wed, 17 Aug 2022 03:37:01 +0200 Subject: [PATCH] Update link to Consensys best practices (#3597) Co-authored-by: Francisco --- contracts/security/PullPayment.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/security/PullPayment.sol b/contracts/security/PullPayment.sol index 11ae0e3ef..ea2ec64b2 100644 --- a/contracts/security/PullPayment.sol +++ b/contracts/security/PullPayment.sol @@ -7,7 +7,7 @@ import "../utils/escrow/Escrow.sol"; /** * @dev Simple implementation of a - * https://consensys.github.io/smart-contract-best-practices/recommendations/#favor-pull-over-push-for-external-calls[pull-payment] + * https://consensys.github.io/smart-contract-best-practices/development-recommendations/general/external-calls/#favor-pull-over-push-for-external-calls[pull-payment] * strategy, where the paying contract doesn't interact directly with the * receiver account, which must withdraw its payments itself. *