diff --git a/master/index.html b/master/index.html index dd46472c..ec29bd49 100644 --- a/master/index.html +++ b/master/index.html @@ -146,7 +146,7 @@ type-safe and blazingly fast. We also try to make declaring and resolving GraphQL schemas as convenient as possible as Rust will allow.</p> <p>Juniper does not include a web server - instead it provides building blocks to make integration with existing servers straightforward. It optionally provides a -pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="http://ironframework.io">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including +pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="https://github.com/iron/iron">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including embedded <a href="https://github.com/graphql/graphiql">Graphiql</a> for easy debugging.</p> <ul> <li><a href="https://crates.io/crates/juniper">Cargo crate</a></li> @@ -176,7 +176,7 @@ your Schemas automatically.</p> <ul> <li><a href="https://hyper.rs">hyper</a></li> <li><a href="https://rocket.rs">rocket</a></li> -<li><a href="http://ironframework.io">iron</a></li> +<li><a href="https://github.com/iron/iron">iron</a></li> <li><a href="https://github.com/seanmonstar/warp">warp</a></li> </ul> <a class="header" href="#api-stability" id="api-stability"><h2>API Stability</h2></a> diff --git a/master/print.html b/master/print.html index 19b3372b..1d8c24b9 100644 --- a/master/print.html +++ b/master/print.html @@ -146,7 +146,7 @@ type-safe and blazingly fast. We also try to make declaring and resolving GraphQL schemas as convenient as possible as Rust will allow.</p> <p>Juniper does not include a web server - instead it provides building blocks to make integration with existing servers straightforward. It optionally provides a -pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="http://ironframework.io">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including +pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="https://github.com/iron/iron">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including embedded <a href="https://github.com/graphql/graphiql">Graphiql</a> for easy debugging.</p> <ul> <li><a href="https://crates.io/crates/juniper">Cargo crate</a></li> @@ -176,7 +176,7 @@ your Schemas automatically.</p> <ul> <li><a href="https://hyper.rs">hyper</a></li> <li><a href="https://rocket.rs">rocket</a></li> -<li><a href="http://ironframework.io">iron</a></li> +<li><a href="https://github.com/iron/iron">iron</a></li> <li><a href="https://github.com/seanmonstar/warp">warp</a></li> </ul> <a class="header" href="#api-stability" id="api-stability"><h2>API Stability</h2></a> @@ -2417,7 +2417,7 @@ juniper_rocket = "0.2.0" </code></pre> <p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_rocket/examples/rocket_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-iron" id="integrating-with-iron"><h1>Integrating with Iron</h1></a> -<p><a href="http://ironframework.io">Iron</a> is a library that's been around for a while in the Rust sphere but lately +<p><a href="https://github.com/iron/iron">Iron</a> is a library that's been around for a while in the Rust sphere but lately hasn't seen much of development. Nevertheless, it's still a solid library with a familiar request/response/middleware architecture that works on Rust's stable channel.</p> diff --git a/master/servers/iron.html b/master/servers/iron.html index eb20468c..cb01e032 100644 --- a/master/servers/iron.html +++ b/master/servers/iron.html @@ -137,7 +137,7 @@ <div id="content" class="content"> <main> <a class="header" href="#integrating-with-iron" id="integrating-with-iron"><h1>Integrating with Iron</h1></a> -<p><a href="http://ironframework.io">Iron</a> is a library that's been around for a while in the Rust sphere but lately +<p><a href="https://github.com/iron/iron">Iron</a> is a library that's been around for a while in the Rust sphere but lately hasn't seen much of development. Nevertheless, it's still a solid library with a familiar request/response/middleware architecture that works on Rust's stable channel.</p>