Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jul 14, 2024
1 parent 55a564a commit 44d57f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_types/src/archetypes/image_encoded_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::path::Path>) -> anyhow::Result<Self> {
Expand Down

0 comments on commit 44d57f6

Please sign in to comment.