Update readme with link to hyper and fix link to example server (#240)
This commit is contained in:
parent
44002f0884
commit
fc10b5e8f5
2 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@ your Schemas automatically.
|
|||
|
||||
### Web Frameworks
|
||||
|
||||
* [hyper][hyper]
|
||||
* [rocket][rocket]
|
||||
* [iron][iron]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue