mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
Fix broken link in mesh docs (#12872)
# Objective Fixes #12813 ## Solution Update the link to `https://github.com/bevyengine/bevy/tree/main/crates/bevy_render/src/mesh/primitives`
This commit is contained in:
parent
a9964f442d
commit
a27ce270d0
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ pub const VERTEX_ATTRIBUTE_BUFFER_ID: u64 = 10;
|
|||
/// ## Other examples
|
||||
///
|
||||
/// For further visualization, explanation, and examples, see the built-in Bevy examples,
|
||||
/// and the [implementation of the built-in shapes](https://github.com/bevyengine/bevy/tree/main/crates/bevy_render/src/mesh/shape).
|
||||
/// and the [implementation of the built-in shapes](https://github.com/bevyengine/bevy/tree/main/crates/bevy_render/src/mesh/primitives).
|
||||
/// In particular, [generate_custom_mesh](https://github.com/bevyengine/bevy/blob/main/examples/3d/generate_custom_mesh.rs)
|
||||
/// teaches you to access modify a Mesh's attributes after creating it.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue