Fix hyper examples link in README (#241)
This commit is contained in:
parent
f2f68f868a
commit
cc9aa6e011
1 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue