From d2cd4c981584fa51b13129611d911b8df5d6616b Mon Sep 17 00:00:00 2001 From: Richard Petrie Date: Fri, 2 Dec 2016 12:54:32 -0600 Subject: [PATCH] Documentation had the wrong relative path Feel free to destroy this PR and fix in a branch as you see fit. --- src/offset/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/offset/mod.rs b/src/offset/mod.rs index fdb2432..75a86a8 100644 --- a/src/offset/mod.rs +++ b/src/offset/mod.rs @@ -331,7 +331,7 @@ pub trait TimeZone: Sized + Clone { /// Parses a string with the specified format string and /// returns a `DateTime` with the current offset. - /// See the [`format::strftime` module](../../format/strftime/index.html) + /// See the [`format::strftime` module](../format/strftime/index.html) /// on the supported escape sequences. /// /// If the format does not include offsets, the current offset is assumed;