Skip to content

Commit f6523c9

Browse files
trevynLegNeato
andauthored
Fix 404 for juniper_warp example (#885)
Co-authored-by: Christian Legnitto <[email protected]>
1 parent d5458f4 commit f6523c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juniper_warp/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1717
server 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

0 commit comments

Comments
 (0)