From fc10b5e8f50012902a90dfebbe073f1721a95b00 Mon Sep 17 00:00:00 2001
From: Damir Vandic <info@dvic.io>
Date: Sun, 2 Sep 2018 19:29:47 +0200
Subject: [PATCH] Update readme with link to hyper and fix link to example
 server (#240)

---
 README.md               | 1 +
 juniper_hyper/README.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ab14ac92..3609cdff 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ your Schemas automatically.
 
 ### Web Frameworks
 
+* [hyper][hyper]
 * [rocket][rocket]
 * [iron][iron]
 
diff --git a/juniper_hyper/README.md b/juniper_hyper/README.md
index 1c874f27..f42ebc3c 100644
--- a/juniper_hyper/README.md
+++ b/juniper_hyper/README.md
@@ -30,6 +30,6 @@ Check the LICENSE file for details.
 [Juniper]: https://github.com/graphql-rust/juniper
 [GraphQL]: http://graphql.org
 [documentation]: https://docs.rs/juniper_hyper
-[example]: https://github.com/graphql-rust/juniper/blob/hyper-integration/juniper_hyper/examples/hyper_server.rs
+[example]: https://github.com/graphql-rust/juniper/blob/master/juniper_hyper/examples/hyper_server.rs