diff --git a/src/naive/date.rs b/src/naive/date.rs index d0ae2cdefa..3e566b75aa 100644 --- a/src/naive/date.rs +++ b/src/naive/date.rs @@ -95,7 +95,8 @@ impl NaiveWeek { } /// Returns a [`RangeInclusive`] 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 ///