We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde8518 commit d6e95e9Copy full SHA for d6e95e9
crates/bevy_render/src/mesh/mesh/mod.rs
@@ -77,7 +77,7 @@ pub const VERTEX_ATTRIBUTE_BUFFER_ID: u64 = 10;
77
/// }
78
/// ```
79
///
80
-/// 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),
81
/// used in a `PbrBundle` with a square bevy logo texture, with added axis, points,
82
/// lines and text for clarity.
83
0 commit comments