update links

This commit is contained in:
Carter Anderson 2020-08-04 19:57:55 -07:00
parent e3314ff4dd
commit 9d45a058b5
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
## About ## About
* **[Features](https://bevyengine.org/learn/book/introduction/features):** A quick overview of Bevy's features. * **[Features](https://bevyengine.org):** A quick overview of Bevy's features.
* **[Roadmap](https://bevyengine.org/learn/book/contributing/roadmap):** The Bevy team's development plan. * **[Roadmap](https://github.com/bevyengine/bevy/projects/1):** The Bevy team's development plan.
## Docs ## Docs

View file

@ -22,7 +22,7 @@
//!} //!}
//! ``` //! ```
//! Don't let the simplicity of the example above fool you. Bevy is a [fully featured game engine](https://bevyengine.org/learn/book/introduction/features/) //! Don't let the simplicity of the example above fool you. Bevy is a [fully featured game engine](https://bevyengine.org)
//! and it gets more powerful every day! //! and it gets more powerful every day!
//! //!
//! ### This Crate //! ### This Crate