From a24a61f4090ae361d4512559ffba664a7ddbd4ba Mon Sep 17 00:00:00 2001 From: JMS55 <47158642+JMS55@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:13:58 -0800 Subject: [PATCH] Fix doc link --- crates/bevy_pbr/src/meshlet/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_pbr/src/meshlet/mod.rs b/crates/bevy_pbr/src/meshlet/mod.rs index e2cc2949c3c35..8b2d9f07c2da6 100644 --- a/crates/bevy_pbr/src/meshlet/mod.rs +++ b/crates/bevy_pbr/src/meshlet/mod.rs @@ -80,7 +80,7 @@ const MESHLET_MESH_MATERIAL_SHADER_HANDLE: Handle = /// /// This plugin requires support for [push constants](WgpuFeatures#associatedconstant.PUSH_CONSTANTS), and will not work on web platforms. /// -/// ![A render of the Stanford dragon as a `MeshletMesh`](https://github.com/bevyengine/bevy/blob/main/crates/bevy_pbr/src/meshlet/meshlet_preview.png). +/// ![A render of the Stanford dragon as a `MeshletMesh`](https://raw.githubusercontent.com/bevyengine/bevy/meshlet/crates/bevy_pbr/src/meshlet/meshlet_preview.png) pub struct MeshletPlugin; impl Plugin for MeshletPlugin {