浏览代码

Update link to final ERC-20

William Entriken 6 年之前
父节点
当前提交
4aeb3b27e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;