From a3699ff1618f3c5542b90d514dfb8d974c13e8aa Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Wed, 20 Feb 2019 15:49:16 +0100 Subject: [PATCH] Fix juniper_warp example path (#323) --- juniper_warp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_warp/README.md b/juniper_warp/README.md index 5127dc84..e283a605 100644 --- a/juniper_warp/README.md +++ b/juniper_warp/README.md @@ -30,4 +30,4 @@ Check the LICENSE file for details. [Juniper]: https://github.com/graphql-rust/juniper [GraphQL]: http://graphql.org [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