Update readme with link to hyper and fix link to example server (#240)

This commit is contained in:
Damir Vandic 2018-09-02 19:29:47 +02:00 committed by Christian Legnitto
parent 44002f0884
commit fc10b5e8f5
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ your Schemas automatically.
### Web Frameworks
* [hyper][hyper]
* [rocket][rocket]
* [iron][iron]

View file

@ -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