From d9c25a7a86d51d9f71bf9ea9bd6dfd4da7b612a8 Mon Sep 17 00:00:00 2001 From: yanning Date: Tue, 26 Jul 2022 10:04:36 +0800 Subject: [PATCH] yan --- EIPS/eip-5334.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-5334.md b/EIPS/eip-5334.md index 7258558a229f66..2d495048d0a863 100644 --- a/EIPS/eip-5334.md +++ b/EIPS/eip-5334.md @@ -101,7 +101,7 @@ As mentioned in the specifications section, this standard can be fully ERC-721 c In addition, new functions introduced in this standard have many similarities with the existing functions in ERC-721. This allows developers to easily adopt the standard quickly. ## Reference Implementation -ERC5334 Implementation: [ERC5334.sol](../assets/eip-5334/ERC5334.sol) +ERC5334 Implementation: [`ERC5334.sol`](../assets/eip-5334/ERC5334.sol) ```solidity // SPDX-License-Identifier: CC0-1.0 pragma solidity ^0.8.0;