fix typo in a link - Mesh docs (#9329)
# Objective - Fix link to point to https://github.com/bevyengine/bevy/blob/main/assets/docs/Mesh.png
This commit is contained in:
parent
dde8518f6f
commit
d6e95e9570
@ -77,7 +77,7 @@ pub const VERTEX_ATTRIBUTE_BUFFER_ID: u64 = 10;
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// You can see how it looks like [here](https://github.com/bevyengine/bevy/blob/main/assets/dovs/Mesh.png),
|
||||
/// You can see how it looks like [here](https://github.com/bevyengine/bevy/blob/main/assets/docs/Mesh.png),
|
||||
/// used in a `PbrBundle` with a square bevy logo texture, with added axis, points,
|
||||
/// lines and text for clarity.
|
||||
///
|
||||
|
||||
Loading…
Reference in New Issue
Block a user