Fix juniper_warp example path (#323)

This commit is contained in:
Camille TJHOA 2019-02-20 15:49:16 +01:00 committed by Christian Legnitto
parent 26f5abe273
commit a3699ff161

View file

@ -30,4 +30,4 @@ 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_warp [documentation]: https://docs.rs/juniper_warp
[example]: https://github.com/graphql-rust/juniper_warp/blob/master/examples/warp_server [example]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs