From 8bc02037b3bb140cc886271ac2e1d3797bd4679e Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Sat, 23 Mar 2019 14:17:25 +0100 Subject: [PATCH] Fix book links in README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79ef0a90..0fb19741 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ embedded [Graphiql][graphiql] and [GraphQL Playground][playground] for easy debu - [API Reference][docsrs] - [Book][book]: Guides and Examples +The book is also available for the master branch and older versions published after 0.11.1. See the [book index][book_index]. + + ## Getting Started The best place to get started is the [Juniper Book][book], which contains @@ -93,8 +96,9 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected. [iron_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_iron/examples [hyper]: https://hyper.rs [rocket]: https://rocket.rs -[book]: https://graphql-rust.github.io/juniper/master -[book_quickstart]: https://graphql-rust.github.io/juniper/master/quickstart.html +[book]: https://graphql-rust.github.io/juniper/current +[book_index]: https://graphql-rust.github.io/juniper +[book_quickstart]: https://graphql-rust.github.io/juniper/current/quickstart.html [docsrs]: https://docs.rs/juniper [warp]: https://github.com/seanmonstar/warp [warp_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples