mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
update links
This commit is contained in:
parent
e3314ff4dd
commit
9d45a058b5
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
|
|||
|
||||
## About
|
||||
|
||||
* **[Features](https://bevyengine.org/learn/book/introduction/features):** A quick overview of Bevy's features.
|
||||
* **[Roadmap](https://bevyengine.org/learn/book/contributing/roadmap):** The Bevy team's development plan.
|
||||
* **[Features](https://bevyengine.org):** A quick overview of Bevy's features.
|
||||
* **[Roadmap](https://github.com/bevyengine/bevy/projects/1):** The Bevy team's development plan.
|
||||
|
||||
## Docs
|
||||
|
||||
|
|
|
@ -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!
|
||||
//!
|
||||
//! ### This Crate
|
||||
|
|
Loading…
Reference in a new issue