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
13
13
14
14
## Examples
15
15
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
17
17
server with GraphQL handlers.
18
18
19
19
## Links
@@ -32,7 +32,7 @@ Check the LICENSE file for details.
32
32
[Juniper]: https://github.com/graphql-rust/juniper
33
33
[GraphQL]: http://graphql.org
34
34
[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
36
36
37
37
*/
38
38
You can’t perform that action at this time.
0 commit comments