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:
parent
3456786463
commit
c2f119690b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue