From f4f73f689ab04bbe621c5e7c565b53b4ae900a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Estrella?= <2049686+sestrella@users.noreply.github.com> Date: Wed, 15 Jun 2022 00:52:29 -0500 Subject: [PATCH] Fix broken links --- src/naive/date.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ///