Skip to content

Commit f129a8b

Browse files
frederikhorsdjc
authored andcommitted
Update mod.rs
1 parent 0a058ea commit f129a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datetime/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ impl DateTime<FixedOffset> {
10271027
/// for a version that does not require a timezone in the to-be-parsed str. The returned
10281028
/// [`DateTime`] value will have a [`FixedOffset`] reflecting the parsed timezone.
10291029
///
1030-
/// See the [`format::strftime` module](../format/strftime/index.html) for supported format
1030+
/// See the [`format::strftime` module](crate::format::strftime) for supported format
10311031
/// sequences.
10321032
///
10331033
/// # Example

0 commit comments

Comments
 (0)