Browse Source

Update link to final ERC-20

William Entriken 6 years ago
parent
commit
4aeb3b27e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/eip20/EIP20Interface.sol

+ 1 - 1
contracts/eip20/EIP20Interface.sol

@@ -1,5 +1,5 @@
 // Abstract contract for the full ERC 20 Token standard
-// https://github.com/ethereum/EIPs/issues/20
+// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
 pragma solidity ^0.4.18;