diff --git a/src/datetime/mod.rs b/src/datetime/mod.rs index 9a2fea3ebb..2e9ce150bb 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