Skip to content

Commit 79336cd

Browse files
committed
ItemKey: Fix links
1 parent c629e0e commit 79336cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lofty/src/tag/item.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,9 @@ gen_item_keys!(
528528
///
529529
/// This tag is meant to appear multiple times in a tag, so it should be retrieved with
530530
/// [`Tag::get_strings`] or [`Tag::take_strings`].
531+
///
532+
/// [`Tag::get_strings`]: crate::tag::Tag::get_strings
533+
/// [`Tag::take_strings`]: crate::tag::Tag::take_strings
531534
TrackArtists,
532535
Arranger,
533536
Writer,

0 commit comments

Comments
 (0)