From 44d57f6650daf122d591f393acc59938d948c8a1 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 14 Jul 2024 09:15:41 +0200 Subject: [PATCH] Fix doclink --- crates/store/re_types/src/archetypes/image_encoded_ext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/store/re_types/src/archetypes/image_encoded_ext.rs b/crates/store/re_types/src/archetypes/image_encoded_ext.rs index 7972834514549..81e64abf30717 100644 --- a/crates/store/re_types/src/archetypes/image_encoded_ext.rs +++ b/crates/store/re_types/src/archetypes/image_encoded_ext.rs @@ -5,7 +5,7 @@ use super::ImageEncoded; impl ImageEncoded { /// Creates a new image from the file contents at `path`. /// - /// The [`MediaType`] will first be guessed from the file contents. + /// The [`MediaType`][crate::components::MediaType] will first be guessed from the file contents. #[cfg(not(target_arch = "wasm32"))] #[inline] pub fn from_file(filepath: impl AsRef) -> anyhow::Result {