We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5458f4 commit f6523c9Copy full SHA for f6523c9
1 file changed
juniper_warp/src/lib.rs
@@ -13,7 +13,7 @@ A basic usage example can also be found in the [Api documentation][documentation
13
14
## Examples
15
16
-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
17
server with GraphQL handlers.
18
19
## Links
@@ -32,7 +32,7 @@ Check the LICENSE file for details.
32
[Juniper]: https://github.com/graphql-rust/juniper
33
[GraphQL]: http://graphql.org
34
[documentation]: https://docs.rs/juniper_warp
35
-[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
36
37
*/
38
0 commit comments