Fixed broken links in README
Updated links to the examples and test schema to reference the new repository structure.
This commit is contained in:
parent
650561f885
commit
39623fe3ec
1 changed files with 4 additions and 3 deletions
|
@ -117,7 +117,7 @@ graphql_object!(Human: () |&self| {
|
||||||
|
|
||||||
You can find the full example in [src/tests/schema.rs][test_schema_rs],
|
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
|
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
|
## Features
|
||||||
|
|
||||||
|
@ -163,7 +163,8 @@ as well.
|
||||||
[iron]: http://ironframework.io
|
[iron]: http://ironframework.io
|
||||||
[swschema]: http://graphql.org/docs/typesystem/
|
[swschema]: http://graphql.org/docs/typesystem/
|
||||||
[graphql_spec]: http://facebook.github.io/graphql
|
[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
|
[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
|
[Rocket]: https://rocket.rs
|
||||||
|
|
Loading…
Reference in a new issue