Skip to content

Commit

Permalink
fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
therealemjy committed Jun 8, 2023
1 parent 560901b commit 86081bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eth-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default config;
```

_Note that if you want to use the example above, the ABI of the ERC20 contract can be found
[here](../../example/src/abis/erc20.json)._
[here](https://github.com/therealemjy/eth-graphql/blob/main/example/src/abis/erc20.json)._

### Link creation and connection to Apollo Client

Expand Down Expand Up @@ -336,7 +336,7 @@ export default config;

Visit graphql-codegen's
[documentation](https://the-guild.dev/graphql/codegen/docs/getting-started/installation) to see how
to install it on your project and automatically generate TypeScript types for all your queries. You can also check out the [example](../../example) app to see a working demonstration.
to install it on your project and automatically generate TypeScript types for all your queries. You can also check out the [example](https://github.com/therealemjy/eth-graphql/tree/main/example) app to see a working demonstration.

## Choices taken

Expand Down

0 comments on commit 86081bc

Please sign in to comment.