We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a058ea commit f129a8bCopy full SHA for f129a8b
src/datetime/mod.rs
@@ -1027,7 +1027,7 @@ impl DateTime<FixedOffset> {
1027
/// for a version that does not require a timezone in the to-be-parsed str. The returned
1028
/// [`DateTime`] value will have a [`FixedOffset`] reflecting the parsed timezone.
1029
///
1030
- /// See the [`format::strftime` module](../format/strftime/index.html) for supported format
+ /// See the [`format::strftime` module](crate::format::strftime) for supported format
1031
/// sequences.
1032
1033
/// # Example
0 commit comments