Skip to content

Commit f138f28

Browse files
authored
Merge pull request #225 from graphql-rust/fix-readme-link
Fix broken link in README (closes #224)
2 parents fc089b5 + 147d1da commit f138f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A typed GraphQL client library for Rust.
8181
}
8282
```
8383

84-
[A complete example using the GitHub GraphQL API is available](https://github.com/graphql-rust/graphql-client/tree/master/graphql_client/examples/github), as well as sample [rustdoc output](https://www.tomhoule.com/docs/example_module/).
84+
[A complete example using the GitHub GraphQL API is available](https://github.com/graphql-rust/graphql-client/tree/master/examples/github), as well as sample [rustdoc output](https://www.tomhoule.com/docs/example_module/).
8585

8686
## Deriving specific traits on the response
8787

0 commit comments

Comments
 (0)