forked from amethyst/amethyst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2050: Updated docs URLs from `docs-src` to `docs`. r=azriel91 a=azriel91 ## Description Replaced `docs-src.amethyst.rs` with `docs.amethyst.rs`. ## PR Checklist By placing an x in the boxes I certify that I have: - [x] Updated the content of the book if this PR would make the book outdated. - **n/a** Added a changelog entry if this will impact users, or modified more than 5 lines of Rust that wasn't a doc comment. - **n/a** Added unit tests for new code added in this PR. - [x] Acknowledged that by making this pull request I release this code under an MIT/Apache 2.0 dual licensing scheme. If this modified or created any rs files: - **n/a** Ran `cargo +stable fmt --all` - **n/a** Ran `cargo clippy --all --features "empty"` - **n/a** Ran `cargo test --all --features "empty"` Co-authored-by: Azriel Hoh <[email protected]>
- Loading branch information
Showing
34 changed files
with
77 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Joël Lupien <[email protected]>"] | |
edition = "2018" | ||
description = "Amethyst controls" | ||
|
||
documentation = "https://docs-src.amethyst.rs/stable/amethyst_controls/" | ||
documentation = "https://docs.amethyst.rs/stable/amethyst_controls/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Simon Rönnberg <[email protected]>"] | |
edition = "2018" | ||
description = "Amethyst core" | ||
|
||
documentation = "https://docs-src.amethyst.rs/stable/amethyst_core/" | ||
documentation = "https://docs.amethyst.rs/stable/amethyst_core/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Simon Rönnberg <[email protected]>"] | |
edition = "2018" | ||
description = "Amethyst derive" | ||
|
||
documentation = "https://docs-src.amethyst.rs/stable/amethyst_derive/" | ||
documentation = "https://docs.amethyst.rs/stable/amethyst_derive/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Rhuagh <[email protected]>"] | |
edition = "2018" | ||
description = "GLTF asset loading" | ||
|
||
documentation = "https://docs-src.amethyst.rs/stable/amethyst_gltf/" | ||
documentation = "https://docs.amethyst.rs/stable/amethyst_gltf/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Rhuagh <[email protected]>", "Xaeroxe <[email protected]>"] | |
edition = "2018" | ||
description = "Input rebinding " | ||
|
||
documentation = "https://docs-src.amethyst.rs/stable/amethyst_input/" | ||
documentation = "https://docs.amethyst.rs/stable/amethyst_input/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Walter Pearce <[email protected]>"] | |
edition = "2018" | ||
description = "2D and 3D Tile Support Library" | ||
|
||
documentation = "https://docs-src.amethyst.rs/master/amethyst_tiles/" | ||
documentation = "https://docs.amethyst.rs/master/amethyst_tiles/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Simon Rönnberg <[email protected]>", "Joël Lupien <jojolepromain@g | |
edition = "2018" | ||
description = "Amethyst utils" | ||
|
||
documentation = "https://docs-src.amethyst.rs/stable/amethyst_utils/" | ||
documentation = "https://docs.amethyst.rs/stable/amethyst_utils/" | ||
homepage = "https://amethyst.rs/" | ||
repository = "https://github.com/amethyst/amethyst" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.