Fix 404 for juniper_warp example (#885)

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
This commit is contained in:
trevyn 2021-02-27 01:59:19 +04:00 committed by GitHub
parent d5458f4979
commit f6523c9d29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ A basic usage example can also be found in the [Api documentation][documentation
## Examples
Check [examples/warp_server][example] for example code of a working warp
Check [examples/warp_server.rs][example] for example code of a working warp
server with GraphQL handlers.
## Links
@ -32,7 +32,7 @@ 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/blob/master/juniper_warp/examples/warp_server
[example]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs
*/