Fix hyper examples link in README ()

This commit is contained in:
Damir Vandic 2018-09-05 19:51:09 +02:00 committed by Christian Legnitto
parent f2f68f868a
commit cc9aa6e011

View file

@ -91,7 +91,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected.
[graphql_spec]: http://facebook.github.io/graphql
[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs
[tokio]: https://github.com/tokio-rs/tokio
[hyper_examples]: https://github.com/graphql-rust/juniper/tree/master/hyper_rocket/examples
[hyper_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_hyper/examples
[rocket_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_rocket/examples
[iron_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_iron/examples
[Hyper]: https://hyper.rs