fix(docs): correct warp example link in book (#367)

This fix adds the correct link for the Warp Server example.
This commit is contained in:
Clayton Ray 2019-05-25 21:56:35 -04:00 committed by Christian Legnitto
parent 3456786463
commit c2f119690b

View file

@ -20,4 +20,4 @@ Included in the source is a [small example][example] which sets up a basic Graph
[hyper]: https://hyper.rs/
[warp]: https://crates.io/crates/warp
[juniper_warp]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp
[example]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples/warp_server
[example]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs