Skip to content

Commit

Permalink
Updated links to API documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed May 17, 2019
1 parent f282a4f commit 1b87d8b
Show file tree
Hide file tree
Showing 35 changed files with 87 additions and 88 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://www.amethyst.rs/doc/latest/doc/amethyst"
documentation = "https://docs-src.amethyst.rs/stable/amethyst"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_animation/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_animation/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_assets/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_audio/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_audio/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_config/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_config/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_controls/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_controls/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_core/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_core/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_derive/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_derive/"
homepage = "https://www.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 @@ -10,7 +10,7 @@ Internal error handling for Amethyst.
keywords = ["game", "error", "amethyst"]
categories = ["error"]

documentation = "https://www.amethyst.rs/doc/master/doc/amethyst/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_error/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_gltf/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_gltf/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_input/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_input/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_locale/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_locale/"
homepage = "https://www.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 @@ -11,7 +11,7 @@ keywords = ["networking", "specs", "ecs", "amethyst", "serialization"]
categories = ["game-engines"]

readme = "README.md"
documentation = "https://www.amethyst.rs/doc/latest/doc/amethyst_network/index.html"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_network/index.html"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion amethyst_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude = ["examples/*"]
keywords = ["game", "engine", "renderer", "3d", "amethyst"]
categories = ["rendering", "rendering::engine"]

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

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://www.amethyst.rs/doc/latest/doc/amethyst_test/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_test/"
homepage = "https://www.amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
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://www.amethyst.rs/doc/latest/doc/amethyst_ui/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_ui/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_utils/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_utils/"
homepage = "https://www.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://www.amethyst.rs/doc/latest/doc/amethyst_assets/trait.Asset.html
[doc_processor_system]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Processor.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
[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://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.HotReloadStrategy.html
[doc_ron_format]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.RonFormat.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
[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 @@ -212,10 +212,10 @@ This guide covers the basic usage of assets into Amethyst for existing supported
}
```
[doc_asset]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/trait.Asset.html
[doc_asset_get]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.AssetStorage.html#method.get
[doc_loader]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Loader.html
[doc_load]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Loader.html#method.load
[doc_processor_system]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Processor.html
[doc_read_resource]: https://www.amethyst.rs/doc/latest/doc/specs/world/struct.World.html#method.read_resource
[doc_search_format]: https://www.amethyst.rs/doc/latest/doc/amethyst/?search=Format
[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
3 changes: 1 addition & 2 deletions book/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +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://www.amethyst.rs/doc/latest/doc/amethyst/index.html

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

## Motivation
Expand Down
6 changes: 3 additions & 3 deletions book/src/pong-tutorial/pong-tutorial-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ It should look something like this:


[ron]: https://github.com/ron-rs/ron
[st]: https://www.amethyst.rs/doc/latest/doc/amethyst/prelude/trait.SimpleState.html
[ap]: https://www.amethyst.rs/doc/latest/doc/amethyst/struct.Application.html
[st]: https://docs-src.amethyst.rs/stable/amethyst/prelude/trait.SimpleState.html
[ap]: https://docs-src.amethyst.rs/stable/amethyst/struct.Application.html
[gs]: ../getting-started.html
[displayconf]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.DisplayConfig.html
[displayconf]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.DisplayConfig.html

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 @@ -630,5 +630,5 @@ moving!

[sb]: https://slide-rs.github.io/specs/
[sb-storage]: https://slide-rs.github.io/specs/05_storages.html#densevecstorage
[2d]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Camera.html#method.standard_2d
[2d]: https://docs-src.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 @@ -393,5 +393,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://www.amethyst.rs/doc/latest/doc/amethyst_core/timing/struct.Time.html
[doc_bindings]: https://www.amethyst.rs/doc/latest/doc/amethyst_input/struct.Bindings.html
[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
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 @@ -378,6 +378,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://www.amethyst.rs/doc/latest/doc/amethyst_core/timing/struct.Time.html
[doc_time]: https://docs-src.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 @@ -732,8 +732,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://www.amethyst.rs/doc/latest/doc/amethyst_input/struct.InputHandler.html
[ui-bundle]: https://www.amethyst.rs/doc/latest/doc/amethyst_ui/struct.UiBundle.html
[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


## 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 @@ -166,10 +166,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://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Camera.html
[`Component`]: https://www.amethyst.rs/doc/latest/doc/specs/trait.Component.html
[`Prefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[`Projection`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/enum.Projection.html
[`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
[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 @@ -183,10 +183,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://www.amethyst.rs/doc/latest/doc/specs/trait.Component.html
[`Prefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[api_pf_derive]: https://www.amethyst.rs/doc/latest/doc/amethyst_derive/derive.PrefabData.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
[api_pf_derive]: https://docs-src.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
20 changes: 10 additions & 10 deletions book/src/prefabs/how_to_define_prefabs_prelude.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@ Component | Serialized representation | Example(s) |
Applicable guide: [How to Define Prefabs: Multi-Handle][Multi-Handle].
[`AudioListener`]: https://www.amethyst.rs/doc/latest/doc/amethyst_audio/struct.AudioListener.html
[`AudioPrefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_audio/struct.AudioPrefab.html
[`Camera`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Camera.html
[`CameraPrefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/enum.CameraPrefab.html
[`Material`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Material.html
[`MaterialPrefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.MaterialPrefab.html
[`Mesh`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Mesh.html
[`MeshData`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/enum.MeshData.html
[`Texture`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/struct.Texture.html
[`TexturePrefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_renderer/enum.TexturePrefab.html
[`AudioListener`]: https://docs-src.amethyst.rs/stable/amethyst_audio/struct.AudioListener.html
[`AudioPrefab`]: https://docs-src.amethyst.rs/stable/amethyst_audio/struct.AudioPrefab.html
[`Camera`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.Camera.html
[`CameraPrefab`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/enum.CameraPrefab.html
[`Material`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.Material.html
[`MaterialPrefab`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.MaterialPrefab.html
[`Mesh`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.Mesh.html
[`MeshData`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/enum.MeshData.html
[`Texture`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/struct.Texture.html
[`TexturePrefab`]: https://docs-src.amethyst.rs/stable/amethyst_renderer/enum.TexturePrefab.html
[Adapter]: how_to_define_prefabs_adapter.html
[Asset]: how_to_define_prefabs_asset.html
[Aggregate]: how_to_define_prefabs_aggregate.html
Expand Down
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 @@ -103,9 +103,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://www.amethyst.rs/doc/latest/doc/specs/trait.Component.html
[`Prefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[api_pf_derive]: https://www.amethyst.rs/doc/latest/doc/amethyst_derive/derive.PrefabData.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
[api_pf_derive]: https://docs-src.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 @@ -310,12 +310,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://www.amethyst.rs/doc/latest/doc/specs/trait.Component.html
[`Entity`]: https://www.amethyst.rs/doc/latest/doc/specs/struct.Entity.html
[`Named`]: https://www.amethyst.rs/doc/latest/doc/amethyst_core/struct.Named.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
[`Option`]: https://doc.rust-lang.org/std/option/enum.Option.html
[`Parent`]: https://www.amethyst.rs/doc/latest/doc/amethyst_core/transform/components/struct.Parent.html
[`Prefab`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.Prefab.html
[`PrefabData`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/trait.PrefabData.html#impl-PrefabData%3C%27a%3E
[`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
[`PrefabEntity`]: https://github.com/amethyst/amethyst/blob/v0.10.0/amethyst_assets/src/prefab/mod.rs#L110-L115
[`PrefabLoaderSystem`]: https://www.amethyst.rs/doc/latest/doc/amethyst_assets/struct.PrefabLoaderSystem.html
[`PrefabLoaderSystem`]: https://docs-src.amethyst.rs/stable/amethyst_assets/struct.PrefabLoaderSystem.html
Loading

0 comments on commit 1b87d8b

Please sign in to comment.