From d79caf76b40ccdacb5e75caaacadbe52439634ef Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Sat, 30 May 2020 13:10:20 -0700 Subject: [PATCH] fix bevy book link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ca3fd819..13fec32a24 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang ## Docs -* **[The Bevy Book](https://bevyengine.org/learn/book):** Bevy's official documentation. The best place to start learning Bevy. +* **[The Bevy Book](https://bevyengine.org/learn/book/introduction):** Bevy's official documentation. The best place to start learning Bevy. * **[Bevy Rust API Docs](https://docs.rs/bevy):** Bevy's Rust API docs, which are automatically generated from the doc comments in this repo. ## Getting Started -We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book) for a full tutorial. You can quickly try out the [examples](/examples) by cloning this repo and running the following command: +We recommend checking out [The Bevy Book](https://bevyengine.org/learn/book/introduction) for a full tutorial. You can quickly try out the [examples](/examples) by cloning this repo and running the following command: ```sh # Runs the "scene" example