Skip to content

Commit

Permalink
docs(integrations): fix broken links (#3610)
Browse files Browse the repository at this point in the history
Fixed links to the [ethereum.org](https://ethereum.org) docs that
weren't linking correctly!
  • Loading branch information
PoisonPhang authored Jan 24, 2025
2 parents 2cb66ca + 340fc7c commit 60a0283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/integrations/api/graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60a0283

Please sign in to comment.