瀏覽代碼

Update to preferred citation formation for ERC-721

William Entriken 6 年之前
父節點
當前提交
99a07493f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contracts/token/ERC721/IERC721.sol

+ 1 - 1
contracts/token/ERC721/IERC721.sol

@@ -4,7 +4,7 @@ import "../../introspection/IERC165.sol";
 
 /**
  * @title ERC721 Non-Fungible Token Standard basic interface
- * @dev see https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md
+ * @dev see https://eips.ethereum.org/EIPS/eip-721
  */
 contract IERC721 is IERC165 {
     event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);