From 9d45a058b574955c16f6e9409b36af4ea242118d Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Tue, 4 Aug 2020 19:57:55 -0700 Subject: [PATCH] update links --- README.md | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0127b14b8..fd1114a956 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/lib.rs b/src/lib.rs index 7dcf330983..e26312234d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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