From 0a058ea70d31d508fa8359868d81ff21a31f74cf Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Mon, 20 May 2024 16:23:14 +0200 Subject: [PATCH] Fix format::strftime docs link --- 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 4783e8725..9a2fea3eb 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](../format/strftime/index.html) for supported format /// sequences. /// /// # Example