Skip to content

Commit d6e95e9

Browse files
authored
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
1 parent dde8518 commit d6e95e9

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_render/src/mesh/mesh

1 file changed

+1
-1
lines changed

crates/bevy_render/src/mesh/mesh/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub const VERTEX_ATTRIBUTE_BUFFER_ID: u64 = 10;
7777
/// }
7878
/// ```
7979
///
80-
/// You can see how it looks like [here](https://github.com/bevyengine/bevy/blob/main/assets/dovs/Mesh.png),
80+
/// You can see how it looks like [here](https://github.com/bevyengine/bevy/blob/main/assets/docs/Mesh.png),
8181
/// used in a `PbrBundle` with a square bevy logo texture, with added axis, points,
8282
/// lines and text for clarity.
8383
///

0 commit comments

Comments
 (0)