Skip to content

Commit

Permalink
Revert "try erc link"
Browse files Browse the repository at this point in the history
This reverts commit dd596a0.
  • Loading branch information
frangio committed Jun 17, 2024
1 parent dd596a0 commit ecfc204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7713.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Check failure on line 26 in EIPS/eip-7713.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

unable to read file `eip-7683.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14))

error[markdown-link-status]: unable to read file `eip-7683.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14)) --> EIPS/eip-7713.md | 26 | A recent example is found in [ERC-7683](./eip-7683.md), which defines a struct with the following member: | = help: see https://ethereum.github.io/eipw/markdown-link-status/

Check failure on line 26 in EIPS/eip-7713.md

View workflow job for this annotation

GitHub Actions / EIP Walidator

unable to read file `eip-7683.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14))

error[markdown-refs]: unable to read file `eip-7683.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' Error: ENOENT: no such file or directory, open 'EIPS/eip-7683.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14)) --> EIPS/eip-7713.md | 26 | A recent example is found in [ERC-7683](./eip-7683.md), which defines a struct with the following member: | = help: see https://ethereum.github.io/eipw/markdown-refs/

```solidity
/// @dev Arbitrary implementation-specific data
Expand Down

0 comments on commit ecfc204

Please sign in to comment.