Fix book links in README.md
This commit is contained in:
parent
ca7f9aa253
commit
8bc02037b3
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue