William Entriken 6 лет назад
Родитель
Сommit
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;