Fix example link in juniper_rocket README (#291)

The official repo was combined back into the main juniper repo, but the link didn't get updated.
This commit is contained in:
Chris Schneider 2018-12-11 19:58:25 -07:00 committed by Christian Legnitto
parent cb00a7b2bc
commit 733125c60b

View file

@ -30,6 +30,6 @@ Check the LICENSE file for details.
[Juniper]: https://github.com/graphql-rust/juniper [Juniper]: https://github.com/graphql-rust/juniper
[GraphQL]: http://graphql.org [GraphQL]: http://graphql.org
[documentation]: https://docs.rs/juniper_rocket [documentation]: https://docs.rs/juniper_rocket
[example]: https://github.com/graphql-rust/juniper_rocket/blob/master/examples/rocket_server.rs [example]: https://github.com/graphql-rust/juniper/blob/master/juniper_rocket/examples/rocket_server.rs