From f129a8ba35411fa79f15f9bf291552839ed2c333 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Mon, 20 May 2024 21:53:10 +0200 Subject: [PATCH] Update mod.rs --- src/datetime/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datetime/mod.rs b/src/datetime/mod.rs index 9a2fea3eb..2e9ce150b 100644 --- a/src/datetime/mod.rs +++ b/src/datetime/mod.rs @@ -1027,7 +1027,7 @@ impl DateTime { /// for a version that does not require a timezone in the to-be-parsed str. The returned /// [`DateTime`] value will have a [`FixedOffset`] reflecting the parsed timezone. /// - /// See the [`format::strftime` module](../format/strftime/index.html) for supported format + /// See the [`format::strftime` module](crate::format::strftime) for supported format /// sequences. /// /// # Example