From ce17947fd79b2ebc79be4f3570e371ebbb426bb1 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 23 Jul 2024 15:26:41 +0700 Subject: Fix intradoc link to fix CI. (#699) --- src/pipeline/debug_render_pipeline/debug_render_style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline/debug_render_pipeline/debug_render_style.rs b/src/pipeline/debug_render_pipeline/debug_render_style.rs index ccc42aa..fd9acfa 100644 --- a/src/pipeline/debug_render_pipeline/debug_render_style.rs +++ b/src/pipeline/debug_render_pipeline/debug_render_style.rs @@ -48,7 +48,7 @@ pub struct DebugRenderStyle { pub contact_normal_color: DebugColor, /// The length of the contact normals. pub contact_normal_length: Real, - /// The color of the colliders' [`Aabb`]s. + /// The color of the colliders' [`Aabb`](crate::geometry::Aabb)s. pub collider_aabb_color: DebugColor, } -- cgit