From 06eee4c1a7249dd32352be8e29f2e0346986eae6 Mon Sep 17 00:00:00 2001 From: theduke Date: Tue, 14 May 2019 16:04:29 +0200 Subject: [PATCH] Add current / master book links to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb19741..0f3102bb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ embedded [Graphiql][graphiql] and [GraphQL Playground][playground] for easy debu - [Cargo crate](https://crates.io/crates/juniper) - [API Reference][docsrs] -- [Book][book]: Guides and Examples +- [Book][book]: Guides and Examples ([current][book] | [master][book_master]) The book is also available for the master branch and older versions published after 0.11.1. See the [book index][book_index]. @@ -97,6 +97,7 @@ Juniper has not reached 1.0 yet, thus some API instability should be expected. [hyper]: https://hyper.rs [rocket]: https://rocket.rs [book]: https://graphql-rust.github.io/juniper/current +[book_master]: https://graphql-rust.github.io/juniper/master [book_index]: https://graphql-rust.github.io/juniper [book_quickstart]: https://graphql-rust.github.io/juniper/current/quickstart.html [docsrs]: https://docs.rs/juniper