Fix format::strftime docs link

This commit is contained in:
frederikhors 2024-05-20 16:23:14 +02:00 committed by Dirkjan Ochtman
parent ce383862ff
commit 0a058ea70d

View File

@ -1027,7 +1027,7 @@ impl DateTime<FixedOffset> {
/// 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](../format/strftime/index.html) for supported format
/// sequences.
///
/// # Example