Fix 404 for juniper_warp example (#885)
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
This commit is contained in:
parent
d5458f4979
commit
f6523c9d29
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue