Skip to content

Commit

Permalink
Fix intra rustdoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
fsktom committed Jul 11, 2022
1 parent 76daee0 commit 076d5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ impl SongEntries {

/// Adds search capability
///
/// Use with methods from [Find]: `.artist()`, `.album()`,
/// `.song_from_album()` and `.song()`
/// Use with methods from [Find]: [`.artist()`](Find::artist()), [`.album()`](Find::album()),
/// [`.song_from_album()`](Find::song_from_album()) and [`.song()`](Find::song())
pub fn find(&self) -> Find {
Find(self)
}
Expand Down

0 comments on commit 076d5a2

Please sign in to comment.