From d6e95e9570ed86e248d1e5f25d4f25d97977a1ab Mon Sep 17 00:00:00 2001 From: "Ame :]" <104745335+ameknite@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:03:16 -0600 Subject: [PATCH] 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 --- crates/bevy_render/src/mesh/mesh/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/src/mesh/mesh/mod.rs b/crates/bevy_render/src/mesh/mesh/mod.rs index 3bb065b292..84ad6eb0de 100644 --- a/crates/bevy_render/src/mesh/mesh/mod.rs +++ b/crates/bevy_render/src/mesh/mesh/mod.rs @@ -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. ///