From 99a07493f2ed23bc96d603dc135ae842b228ad55 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Sat, 23 Feb 2019 16:56:47 -0500 Subject: [PATCH] Update to preferred citation formation for ERC-721 --- contracts/token/ERC721/IERC721.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC721/IERC721.sol b/contracts/token/ERC721/IERC721.sol index 4201eab7d..0f02852aa 100644 --- a/contracts/token/ERC721/IERC721.sol +++ b/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);