Skip to content

Commit 7ba3553

Browse files
authored
Merge pull request #172 from pducks32/patch-1
Fix link to GitHub example
2 parents 7b13929 + 38c5719 commit 7ba3553

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
@@ -80,7 +80,7 @@ A typed GraphQL client library for Rust.
8080
}
8181
```
8282

83-
[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/).
83+
[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/).
8484

8585
## Deriving specific traits on the response
8686

0 commit comments

Comments
 (0)