From 5a4fd0f33752a15ca5780439fc3906e67066ca57 Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Thu, 24 Oct 2024 15:28:01 +0200 Subject: [PATCH] doc link fix --- crates/viewer/re_viewer_context/src/viewer_context.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/viewer/re_viewer_context/src/viewer_context.rs b/crates/viewer/re_viewer_context/src/viewer_context.rs index 80439c90cdf1..b1fafab25423 100644 --- a/crates/viewer/re_viewer_context/src/viewer_context.rs +++ b/crates/viewer/re_viewer_context/src/viewer_context.rs @@ -164,7 +164,7 @@ impl<'a> ViewerContext<'a> { /// Returns a placeholder value for a given component, solely identified by its name. /// /// A placeholder is an array of the component type with a single element which takes on some default value. - /// It can be set as part of the reflection information, see [`ComponentReflection::custom_placeholder`]. + /// It can be set as part of the reflection information, see [`re_types_core::reflection::ComponentReflection::custom_placeholder`]. /// Note that automatically generated placeholders ignore any extension types. /// /// This requires the component name to be known by either datastore or blueprint store and