From 68f45dae75e468e34a637bbf768cceace7b304b2 Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Sat, 8 Aug 2015 13:09:44 +0900 Subject: [PATCH] Fix a link in the README. Fixes #41. --- README.md | 3 ++- src/lib.rs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5283205..8742073 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ In particular, There were several previous attempts to bring a good date and time library to Rust, which Chrono builts upon and should acknowledge: -* [Initial research on the wiki](https://github.com/rust-lang/rust/wiki/Lib-datetime) +* [Initial research on + the wiki](https://github.com/rust-lang/rust-wiki-backup/blob/master/Lib-datetime.md) * Dietrich Epp's [datetime-rs](https://github.com/depp/datetime-rs) * Luis de Bethencourt's [rust-datetime](https://github.com/luisbg/rust-datetime) diff --git a/src/lib.rs b/src/lib.rs index a203ac1..2139f56 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,8 @@ In particular, There were several previous attempts to bring a good date and time library to Rust, which Chrono builts upon and should acknowledge: -* [Initial research on the wiki](https://github.com/rust-lang/rust/wiki/Lib-datetime) +* [Initial research on + the wiki](https://github.com/rust-lang/rust-wiki-backup/blob/master/Lib-datetime.md) * Dietrich Epp's [datetime-rs](https://github.com/depp/datetime-rs) * Luis de Bethencourt's [rust-datetime](https://github.com/luisbg/rust-datetime)