From c2f119690b683303dbabf2a8b029cff76b596728 Mon Sep 17 00:00:00 2001 From: Clayton Ray Date: Sat, 25 May 2019 21:56:35 -0400 Subject: [PATCH] fix(docs): correct warp example link in book (#367) This fix adds the correct link for the Warp Server example. --- docs/book/content/servers/warp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/content/servers/warp.md b/docs/book/content/servers/warp.md index f09de844..d1170c74 100644 --- a/docs/book/content/servers/warp.md +++ b/docs/book/content/servers/warp.md @@ -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