File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A basic usage example can also be found in the [Api documentation][documentation
1313
1414## Examples
1515
16- Check [examples/warp_server][example] for example code of a working warp
16+ Check [examples/warp_server.rs ][example] for example code of a working warp
1717server with GraphQL handlers.
1818
1919## Links
@@ -32,7 +32,7 @@ Check the LICENSE file for details.
3232[Juniper]: https://github.com/graphql-rust/juniper
3333[GraphQL]: http://graphql.org
3434[documentation]: https://docs.rs/juniper_warp
35- [example]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server
35+ [example]: https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs
3636
3737*/
3838
You can’t perform that action at this time.
0 commit comments