From 40581a826fe54a223cda84b25023f30ecd9a88a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Ciurd=C4=83rean?= Date: Wed, 10 Oct 2018 23:19:47 +0300 Subject: [PATCH] Fix OpenZeppelin ERC20 Standard Token link. --- EIPS/eip-20.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-20.md b/EIPS/eip-20.md index d6a34d3b3ee782..a8d79f9f864462 100644 --- a/EIPS/eip-20.md +++ b/EIPS/eip-20.md @@ -173,7 +173,7 @@ There are already plenty of ERC20-compliant tokens deployed on the Ethereum netw Different implementations have been written by various teams that have different trade-offs: from gas saving to improved security. #### Example implementations are available at -- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/ERC20/StandardToken.sol +- https://github.com/OpenZeppelin/openzeppelin-solidity/blob/master/contracts/token/ERC20/ERC20.sol - https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol #### Implementation of adding the force to 0 before calling "approve" again: