From 857906808f11552adf8d108267067de984ad72fb Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Mon, 25 Dec 2017 21:58:44 +1100 Subject: [PATCH] Fix broken ConsenSys link in eip-20-token-standard.md Fix broken link to https://github.com/ConsenSys/Tokens/blob/master/contracts/StandardToken.sol, as ConsenSys renamed it to https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol and made other associated changes recently in this commit https://github.com/ConsenSys/Tokens/commit/44c3a1e46dc9b5e49c65f20bddad1f7ad9e7e3fa --- EIPS/eip-20-token-standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-20-token-standard.md b/EIPS/eip-20-token-standard.md index 05ad25d7..2e38870e 100644 --- a/EIPS/eip-20-token-standard.md +++ b/EIPS/eip-20-token-standard.md @@ -175,7 +175,7 @@ Different implementations have been written by various teams that have different #### Example implementations are available at - https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/StandardToken.sol -- https://github.com/ConsenSys/Tokens/blob/master/contracts/StandardToken.sol +- https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol #### Implementation of adding the force to 0 before calling "approve" again: - https://github.com/Giveth/minime/blob/master/contracts/MiniMeToken.sol