diff --git a/docs/src/content/docs/integrations/api/graphql.mdx b/docs/src/content/docs/integrations/api/graphql.mdx index 9377e18549..35a4107ee7 100644 --- a/docs/src/content/docs/integrations/api/graphql.mdx +++ b/docs/src/content/docs/integrations/api/graphql.mdx @@ -61,8 +61,8 @@ The following definitions are used across the schema and documentation: - `source`: The chain or rollup where the packet is sent from, often prefixed such as `source_timestamp` or `source_transaction_hash`. - `destination`: The chain or roll-up that receives the packet. -- `sender`: the contract or [EOA](https://ethereum.org/en/developers/accounts/) that made the transfer. -- `receiver`: the contract or [EOA](https://ethereum.org/en/developers/accounts/) that received the transfer. +- `sender`: the contract or [EOA](https://ethereum.org/en/developers/docs/accounts/) that made the transfer. +- `receiver`: the contract or [EOA](https://ethereum.org/en/developers/docs/accounts/) that received the transfer. ## Queries