Fix book links in README.md

This commit is contained in:
Christoph Herzog 2019-03-23 14:17:25 +01:00
parent ca7f9aa253
commit 8bc02037b3

View file

@ -26,6 +26,9 @@ embedded [Graphiql][graphiql] and [GraphQL Playground][playground] for easy debu
- [API Reference][docsrs] - [API Reference][docsrs]
- [Book][book]: Guides and Examples - [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 ## Getting Started
The best place to get started is the [Juniper Book][book], which contains 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 [iron_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_iron/examples
[hyper]: https://hyper.rs [hyper]: https://hyper.rs
[rocket]: https://rocket.rs [rocket]: https://rocket.rs
[book]: https://graphql-rust.github.io/juniper/master [book]: https://graphql-rust.github.io/juniper/current
[book_quickstart]: https://graphql-rust.github.io/juniper/master/quickstart.html [book_index]: https://graphql-rust.github.io/juniper
[book_quickstart]: https://graphql-rust.github.io/juniper/current/quickstart.html
[docsrs]: https://docs.rs/juniper [docsrs]: https://docs.rs/juniper
[warp]: https://github.com/seanmonstar/warp [warp]: https://github.com/seanmonstar/warp
[warp_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples [warp_examples]: https://github.com/graphql-rust/juniper/tree/master/juniper_warp/examples