Browse Source

Update another link to EIP20

maurelian 6 years ago
parent
commit
c873c80cf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/eip20/EIP20.sol

+ 1 - 1
contracts/eip20/EIP20.sol

@@ -1,5 +1,5 @@
 /*
-Implements EIP20 token standard: https://github.com/ethereum/EIPs/issues/20
+Implements EIP20 token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
 .*/