Skip to content

Commit

Permalink
doc link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 24, 2024
1 parent 77b6ca6 commit 5a4fd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_viewer_context/src/viewer_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a4fd0f

Please sign in to comment.