diff --git a/examples/tag_reader.rs b/examples/tag_reader.rs index f31195255..12349a018 100644 --- a/examples/tag_reader.rs +++ b/examples/tag_reader.rs @@ -32,7 +32,7 @@ fn main() { println!("Album: {}", tag.album().as_deref().unwrap_or("None")); println!("Genre: {}", tag.genre().as_deref().unwrap_or("None")); - // import keys from https://docs.rs/lofty/latest/lofty/enum.ItemKey.html + // import keys from https://docs.rs/lofty/latest/lofty/tag/enum.ItemKey.html println!( "Album Artist: {}", tag.get_string(&ItemKey::AlbumArtist).unwrap_or("None")