From db209b38c4b5126ba7eb9cdf666bb7a98641cf7c Mon Sep 17 00:00:00 2001 From: Weslen Nascimento <weslenng@outlook.com> Date: Sat, 1 Aug 2020 20:54:35 -0300 Subject: [PATCH] Fix broken link in README.md (#731) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 646ecc58..6bed49b7 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ To get started quickly and get a feel for Juniper, check out the For specific information about macros, types and the Juniper api, the [API Reference][docsrs] is the best place to look. -You can also check out [src/tests/schema.rs][test_schema_rs] to see a complex -schema including polymorphism with traits and interfaces. +You can also check out the [Star Wars schema][test_schema_rs] to see a complex +example including polymorphism with traits and interfaces. For an example of web framework integration, see the [actix][actix_examples], [hyper][hyper_examples], [rocket][rocket_examples], [iron][iron_examples], and [warp][warp_examples] examples folders. @@ -94,7 +94,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected. [graphql_spec]: http://facebook.github.io/graphql [schema_language]: https://graphql.org/learn/schema/#type-language [schema_approach]: https://blog.logrocket.com/code-first-vs-schema-first-development-graphql/ -[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/schema.rs +[test_schema_rs]: https://github.com/graphql-rust/juniper/blob/master/juniper/src/tests/fixtures/starwars/schema.rs [tokio]: https://github.com/tokio-rs/tokio [actix_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_actix/examples [hyper_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_hyper/examples