From 39623fe3ec6357d0ee6043a850e99e6e2782527d Mon Sep 17 00:00:00 2001 From: Jane Keibler Date: Wed, 18 Oct 2017 12:40:41 -0400 Subject: [PATCH] Fixed broken links in README Updated links to the examples and test schema to reference the new repository structure. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce9bf925..f017fe37 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ graphql_object!(Human: () |&self| { You can find the full example in [src/tests/schema.rs][test_schema_rs], including polymorphism with traits and interfaces. For an example of framework -integration, see the [examples folder][examples]. +integration, see the [rocket][rocket_examples] and [iron][iron_examples] examples folders. ## Features @@ -163,7 +163,8 @@ as well. [iron]: http://ironframework.io [swschema]: http://graphql.org/docs/typesystem/ [graphql_spec]: http://facebook.github.io/graphql -[test_schema_rs]: src/tests/schema.rs +[test_schema_rs]: juniper/src/tests/schema.rs [tokio]: https://github.com/tokio-rs/tokio -[examples]: juniper_rocket/examples/ +[rocket_examples]: https://github.com/graphql-rust/juniper_rocket/tree/master/examples +[iron_examples]: https://github.com/graphql-rust/juniper_iron/tree/master/examples [Rocket]: https://rocket.rs