Documentation had the wrong relative path

Feel free to destroy this PR and fix in a branch as you see fit.
This commit is contained in:
Richard Petrie 2016-12-02 12:54:32 -06:00 committed by GitHub
parent 0122e5a1a7
commit d2cd4c9815
1 changed files with 1 additions and 1 deletions

View File

@ -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;