Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
bors[bot] and azriel91 authored Nov 28, 2019
2 parents b579101 + 7fc986c commit c4a0eaa
Show file tree
Hide file tree
Showing 34 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude = ["examples/*", "book/*"]
keywords = ["game", "engine", "sdk", "amethyst"]
categories = ["game-engines"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst"
documentation = "https://docs.amethyst.rs/stable/amethyst"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_animation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
description = "Animation support for Amethyst"
keywords = ["game", "engine", "animation", "3d", "amethyst"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_animation/"
documentation = "https://docs.amethyst.rs/stable/amethyst_animation/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0"
keywords = ["game", "asset", "resource", "management", "amethyst"]
categories = ["filesystem"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_assets/"
documentation = "https://docs.amethyst.rs/stable/amethyst_assets/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_audio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude = ["examples/*"]
keywords = ["game", "engine", "audio","amethyst"]
categories = ["audio"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_audio/"
documentation = "https://docs.amethyst.rs/stable/amethyst_audio/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
exclude = ["examples/*"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_config/"
documentation = "https://docs.amethyst.rs/stable/amethyst_config/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_controls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["game", "error", "amethyst"]
categories = ["error"]
license = "MIT/Apache-2.0"

documentation = "https://docs-src.amethyst.rs/stable/amethyst_error/"
documentation = "https://docs.amethyst.rs/stable/amethyst_error/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_gltf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_locale/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT/Apache-2.0"
keywords = ["game", "localisation", "resource", "management", "amethyst"]
categories = ["filesystem,localisation"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_locale/"
documentation = "https://docs.amethyst.rs/stable/amethyst_locale/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["networking", "specs", "ecs", "amethyst", "serialization"]
categories = ["game-engines"]

readme = "README.md"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_network/index.html"
documentation = "https://docs.amethyst.rs/stable/amethyst_network/index.html"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Amethyst test utilities crate"
keywords = ["test", "amethyst"]
categories = ["game-engines"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_test/"
documentation = "https://docs.amethyst.rs/stable/amethyst_test/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_tiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion amethyst_ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Amethyst UI crate"
keywords = ["ui", "specs", "ecs", "amethyst"]
categories = ["game-engines"]

documentation = "https://docs-src.amethyst.rs/stable/amethyst_ui/"
documentation = "https://docs.amethyst.rs/stable/amethyst_ui/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions book/src/assets/how_to_define_custom_assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,6 @@ This guide explains how to define a new asset type to be used in an Amethyst app
If the asset data is stored in a format that is not supported by Amethyst, a [custom format][bk_custom_formats] can be implemented and provided to the `Loader` to load the asset data.
[bk_custom_formats]: how_to_define_custom_formats.html
[doc_asset]: https://docs-src.amethyst.rs/stable/amethyst_assets/trait.Asset.html
[doc_processor_system]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Processor.html
[doc_asset]: https://docs.amethyst.rs/stable/amethyst_assets/trait.Asset.html
[doc_processor_system]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Processor.html
[gh_contributing]: https://github.com/amethyst/amethyst/blob/master/docs/CONTRIBUTING.md
4 changes: 2 additions & 2 deletions book/src/assets/how_to_define_custom_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ If you are defining a new format that may be useful to others, [please send us a
```
[bk_custom_assets]: how_to_define_custom_assets.html
[doc_hrs]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.HotReloadStrategy.html
[doc_ron_format]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.RonFormat.html
[doc_hrs]: https://docs.amethyst.rs/stable/amethyst_assets/struct.HotReloadStrategy.html
[doc_ron_format]: https://docs.amethyst.rs/stable/amethyst_assets/struct.RonFormat.html
[gh_contributing]: https://github.com/amethyst/amethyst/blob/master/docs/CONTRIBUTING.md
14 changes: 7 additions & 7 deletions book/src/assets/how_to_use_assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ This guide covers the basic usage of assets into Amethyst for existing supported
}
```
[doc_asset]: https://docs-src.amethyst.rs/stable/amethyst_assets/trait.Asset.html
[doc_asset_get]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.AssetStorage.html#method.get
[doc_loader]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Loader.html
[doc_load]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Loader.html#method.load
[doc_processor_system]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Processor.html
[doc_read_resource]: https://docs-src.amethyst.rs/stable/specs/world/struct.World.html#method.read_resource
[doc_search_format]: https://docs-src.amethyst.rs/stable/amethyst/?search=Format
[doc_asset]: https://docs.amethyst.rs/stable/amethyst_assets/trait.Asset.html
[doc_asset_get]: https://docs.amethyst.rs/stable/amethyst_assets/struct.AssetStorage.html#method.get
[doc_loader]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Loader.html
[doc_load]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Loader.html#method.load
[doc_processor_system]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Processor.html
[doc_read_resource]: https://docs.amethyst.rs/stable/specs/world/struct.World.html#method.read_resource
[doc_search_format]: https://docs.amethyst.rs/stable/amethyst/?search=Format
6 changes: 3 additions & 3 deletions book/src/input/handling_input.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl<'s> System<'s> for ExampleSystem {
}
```

You can find all the methods from `InputHandler` [here](https://docs-src.amethyst.rs/stable/amethyst_input/struct.InputHandler.html#methods).
You can find all the methods from `InputHandler` [here](https://docs.amethyst.rs/stable/amethyst_input/struct.InputHandler.html#methods).

Now you have to add the `System` to the game data, just like you would do with any other `System`. A `System` that uses an `InputHandler` needs `"input_system"` inside its dependencies.

Expand Down Expand Up @@ -114,7 +114,7 @@ The action is a boolean, which is set to true when the buttons are pressed. The
* The inner array specifies the buttons that must be pressed at the same time to send the action.
* The outer array specifies different combinations of those buttons that send the action.

The possible inputs you can specify for axes are listed [here](https://docs-src.amethyst.rs/stable/amethyst_input/enum.Axis.html). The possible inputs you can specify for actions are listed [here](https://docs-src.amethyst.rs/stable/amethyst_input/enum.Button.html).
The possible inputs you can specify for axes are listed [here](https://docs.amethyst.rs/stable/amethyst_input/enum.Axis.html). The possible inputs you can specify for actions are listed [here](https://docs.amethyst.rs/stable/amethyst_input/enum.Button.html).

To add these bindings to the `InputBundle` you simply need to call the `with_bindings_from_file` function on the `InputBundle`.

Expand All @@ -132,7 +132,7 @@ let input_bundle = InputBundle::<StringBindings>::new()
# Ok(()) }
```

And now you can get the [axis](https://docs-src.amethyst.rs/stable/amethyst_input/struct.InputHandler.html#method.axis_value) and [action](https://docs-src.amethyst.rs/stable/amethyst_input/struct.InputHandler.html#method.action_is_down) values from the `InputHandler`.
And now you can get the [axis](https://docs.amethyst.rs/stable/amethyst_input/struct.InputHandler.html#method.axis_value) and [action](https://docs.amethyst.rs/stable/amethyst_input/struct.InputHandler.html#method.action_is_down) values from the `InputHandler`.

```rust,edition2018,no_run,noplaypen
# extern crate amethyst;
Expand Down
2 changes: 1 addition & 1 deletion book/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This book is split into several sections, with this introduction being the first

Read the crate-level [API documentation][ad] for more details.

[ad]: https://docs-src.amethyst.rs/stable/amethyst/index.html
[ad]: https://docs.amethyst.rs/stable/amethyst/index.html
[db]: https://github.com/amethyst/amethyst/

## Motivation
Expand Down
10 changes: 5 additions & 5 deletions book/src/pong-tutorial/pong-tutorial-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ get a window. It should look something like this:
![Step one](../images/pong_tutorial/pong_01.png)

[ron]: https://github.com/ron-rs/ron
[simplestate]: https://docs-src.amethyst.rs/stable/amethyst/prelude/trait.SimpleState.html
[state]: https://docs-src.amethyst.rs/stable/amethyst/prelude/trait.State.html
[ap]: https://docs-src.amethyst.rs/stable/amethyst/type.Application.html
[log]: https://docs-src.amethyst.rs/stable/amethyst/struct.Logger.html
[displayconf]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.DisplayConfig.html
[simplestate]: https://docs.amethyst.rs/stable/amethyst/prelude/trait.SimpleState.html
[state]: https://docs.amethyst.rs/stable/amethyst/prelude/trait.State.html
[ap]: https://docs.amethyst.rs/stable/amethyst/type.Application.html
[log]: https://docs.amethyst.rs/stable/amethyst/struct.Logger.html
[displayconf]: https://docs.amethyst.rs/stable/amethyst_renderer/struct.DisplayConfig.html
[graph]: https://github.com/amethyst/rendy/blob/master/docs/graph.md
2 changes: 1 addition & 1 deletion book/src/pong-tutorial/pong-tutorial-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,6 @@ moving!

[sb]: https://specs.amethyst.rs/docs/tutorials/
[sb-storage]: https://slide-rs.github.io/specs/05_storages.html#densevecstorage
[2d]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.Camera.html#method.standard_2d
[2d]: https://docs.amethyst.rs/stable/amethyst_renderer/struct.Camera.html#method.standard_2d
[ss]: ../images/pong_tutorial/pong_spritesheet.png

4 changes: 2 additions & 2 deletions book/src/pong-tutorial/pong-tutorial-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,5 @@ keypresses, and move our game's paddles accordingly. In the next chapter, we'll
explore another key concept in real-time games: time. We'll make our game aware
of time, and add a ball for our paddles to bounce back and forth.

[doc_time]: https://docs-src.amethyst.rs/stable/amethyst_core/timing/struct.Time.html
[doc_bindings]: https://docs-src.amethyst.rs/stable/amethyst_input/struct.Bindings.html
[doc_time]: https://docs.amethyst.rs/stable/amethyst_core/timing/struct.Time.html
[doc_bindings]: https://docs.amethyst.rs/stable/amethyst_input/struct.Bindings.html
2 changes: 1 addition & 1 deletion book/src/pong-tutorial/pong-tutorial-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,6 @@ In the next chapter, we'll add a system checking when a player loses the game,
and add a scoring system!

[pong_02_drawing]: pong-tutorial-02.html#drawing
[doc_time]: https://docs-src.amethyst.rs/stable/amethyst_core/timing/struct.Time.html
[doc_time]: https://docs.amethyst.rs/stable/amethyst_core/timing/struct.Time.html
[delta_timing]: https://en.wikipedia.org/wiki/Delta_timing

4 changes: 2 additions & 2 deletions book/src/pong-tutorial/pong-tutorial-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ it to either side, so we'll add that next!


[font-download]: https://github.com/amethyst/amethyst/raw/master/examples/assets/font/square.ttf
[input-handler]: https://docs-src.amethyst.rs/stable/amethyst_input/struct.InputHandler.html
[ui-bundle]: https://docs-src.amethyst.rs/stable/amethyst_ui/struct.UiBundle.html
[input-handler]: https://docs.amethyst.rs/stable/amethyst_input/struct.InputHandler.html
[ui-bundle]: https://docs.amethyst.rs/stable/amethyst_ui/struct.UiBundle.html


## Updating the Scoreboard
Expand Down
10 changes: 5 additions & 5 deletions book/src/prefabs/how_to_define_prefabs_adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ cargo run --example prefab_adapter

[`#[serde(default)]`]: https://serde.rs/container-attrs.html#default
[`#[serde(deny_unknown_fields)]`]: https://serde.rs/container-attrs.html#deny_unknown_fields
[`Camera`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.Camera.html
[`Component`]: https://docs-src.amethyst.rs/stable/specs/trait.Component.html
[`Prefab`]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs-src.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[`Projection`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/enum.Projection.html
[`Camera`]: https://docs.amethyst.rs/stable/amethyst_renderer/struct.Camera.html
[`Component`]: https://docs.amethyst.rs/stable/specs/trait.Component.html
[`Prefab`]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[`Projection`]: https://docs.amethyst.rs/stable/amethyst_renderer/enum.Projection.html
[bk_prefab_prelude]: how_to_define_prefabs_prelude.html
[repo_prefab_adapter]: https://github.com/amethyst/amethyst/tree/master/examples/prefab_adapter
8 changes: 4 additions & 4 deletions book/src/prefabs/how_to_define_prefabs_aggregate.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ cargo run --example prefab_multi # object prefab

[`#[serde(default)]`]: https://serde.rs/container-attrs.html#default
[`#[serde(deny_unknown_fields)]`]: https://serde.rs/container-attrs.html#deny_unknown_fields
[`Component`]: https://docs-src.amethyst.rs/stable/specs/trait.Component.html
[`Prefab`]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs-src.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[api_pf_derive]: https://docs-src.amethyst.rs/stable/amethyst_derive/derive.PrefabData.html
[`Component`]: https://docs.amethyst.rs/stable/specs/trait.Component.html
[`Prefab`]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[api_pf_derive]: https://docs.amethyst.rs/stable/amethyst_derive/derive.PrefabData.html
[bk_prefab_prelude]: how_to_define_prefabs_prelude.html
[repo_prefab_custom]: https://github.com/amethyst/amethyst/tree/master/examples/prefab_custom
[repo_prefab_multi]: https://github.com/amethyst/amethyst/tree/master/examples/prefab_multi
8 changes: 4 additions & 4 deletions book/src/prefabs/how_to_define_prefabs_simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ cargo run --example prefab_basic

[`#[serde(default)]`]: https://serde.rs/container-attrs.html#default
[`#[serde(deny_unknown_fields)]`]: https://serde.rs/container-attrs.html#deny_unknown_fields
[`Component`]: https://docs-src.amethyst.rs/stable/specs/trait.Component.html
[`Prefab`]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs-src.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[api_pf_derive]: https://docs-src.amethyst.rs/stable/amethyst_derive/derive.PrefabData.html
[`Component`]: https://docs.amethyst.rs/stable/specs/trait.Component.html
[`Prefab`]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[api_pf_derive]: https://docs.amethyst.rs/stable/amethyst_derive/derive.PrefabData.html
[bk_prefab_prelude]: how_to_define_prefabs_prelude.html
[repo_prefab_basic]: https://github.com/amethyst/amethyst/tree/master/examples/prefab_basic
14 changes: 7 additions & 7 deletions book/src/prefabs/prefabs_in_amethyst.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,12 @@ cargo run --example prefab_custom
Phew, that was long! Now that you have an understanding of how prefabs work in Amethyst, the next page covers the technical aspects in more detail.

[assets]: ../assets.html
[`Component`]: https://docs-src.amethyst.rs/stable/specs/trait.Component.html
[`Entity`]: https://docs-src.amethyst.rs/stable/specs/struct.Entity.html
[`Named`]: https://docs-src.amethyst.rs/stable/amethyst_core/struct.Named.html
[`Component`]: https://docs.amethyst.rs/stable/specs/trait.Component.html
[`Entity`]: https://docs.amethyst.rs/stable/specs/struct.Entity.html
[`Named`]: https://docs.amethyst.rs/stable/amethyst_core/struct.Named.html
[`Option`]: https://doc.rust-lang.org/std/option/enum.Option.html
[`Parent`]: https://docs-src.amethyst.rs/stable/amethyst_core/transform/components/struct.Parent.html
[`Prefab`]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs-src.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[`Parent`]: https://docs.amethyst.rs/stable/amethyst_core/transform/components/struct.Parent.html
[`Prefab`]: https://docs.amethyst.rs/stable/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://docs.amethyst.rs/stable/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[`PrefabEntity`]: https://github.com/amethyst/amethyst/blob/v0.10.0/amethyst_assets/src/prefab/mod.rs#L110-L115
[`PrefabLoaderSystem`]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.PrefabLoaderSystem.html
[`PrefabLoaderSystem`]: https://docs.amethyst.rs/stable/amethyst_assets/struct.PrefabLoaderSystem.html
Loading

0 comments on commit c4a0eaa

Please sign in to comment.