Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 15, 2022
1 parent 9c87078 commit f4f73f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/naive/date.rs
Expand Up @@ -95,7 +95,8 @@ impl NaiveWeek {
}

/// Returns a [`RangeInclusive<T>`] representing the whole week bounded by
/// [first_day()] and [last_day()] functions.
/// [first_day](./struct.NaiveWeek.html#method.first_day) and
/// [last_day](./struct.NaiveWeek.html#method.last_day) functions.
///
/// # Examples
///
Expand Down

0 comments on commit f4f73f6

Please sign in to comment.