From ecfc20423f0476db96838877ffb3a38ea380b5be Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Sun, 16 Jun 2024 23:18:12 -0300 Subject: [PATCH] Revert "try erc link" This reverts commit dd596a092f6e9a1b0aebfe9a1e213e3add5e1290. --- EIPS/eip-7713.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7713.md b/EIPS/eip-7713.md index 0b76f148db5d5..6a43ea18a17e1 100644 --- a/EIPS/eip-7713.md +++ b/EIPS/eip-7713.md @@ -23,7 +23,7 @@ The general-purpose nature of EIP-712 is key to its success, but in addition wal Special-purpose interfaces improve usability and security for the user, but rely on standardized message types such as Permits. This EIP concerns the ability to standardize messages that contain within them parameters of arbitrary type. -A recent example is found in [ERC-7683](./erc-7683.md), which defines a struct with the following member: +A recent example is found in [ERC-7683](./eip-7683.md), which defines a struct with the following member: ```solidity /// @dev Arbitrary implementation-specific data