Skip to content

Commit

Permalink
change 7683 link
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed May 27, 2024
1 parent b2e9d27 commit fca6056
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](https://ercs.ethereum.org/ERCS/erc-7683), 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')

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') --> 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')

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') --> 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/

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')

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') --> 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')

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') --> 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 fca6056

Please sign in to comment.