diff --git a/master/print.html b/master/print.html index 9e27a761..7c1a50f5 100644 --- a/master/print.html +++ b/master/print.html @@ -1498,7 +1498,7 @@ Rust's stable channel.</p> juniper = "0.10" juniper_warp = "0.1.0" </code></pre> -<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples/warp_server">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p> +<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p> <a class="header" href="#integrating-with-rocket" id="integrating-with-rocket"><h1>Integrating with Rocket</h1></a> <p><a href="https://rocket.rs/">Rocket</a> is a web framework for Rust that makes it simple to write fast web applications without sacrificing flexibility or type safety. All with minimal code. Rocket does not work on Rust's stable channel and instead requires the nightly diff --git a/master/servers/warp.html b/master/servers/warp.html index 024b2c9d..8a3602f7 100644 --- a/master/servers/warp.html +++ b/master/servers/warp.html @@ -146,7 +146,7 @@ Rust's stable channel.</p> juniper = "0.10" juniper_warp = "0.1.0" </code></pre> -<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples/warp_server">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p> +<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_warp/examples/warp_server.rs">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p> </main>