Skip to content

Commit 147d1da

Browse files
committed
Fix broken link in README (closes #224)
1 parent fc089b5 commit 147d1da

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)