From 3604e59147599e359ba2023d8f71a37da8cf54ab Mon Sep 17 00:00:00 2001 From: Kang Seonghoon Date: Sun, 14 Sep 2014 14:29:52 +0900 Subject: [PATCH] added a link to the generated documentation. fixes #5. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25fc6db..c5e0d70 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Rust-chrono Date and time handling for Rust. +[Complete Documentation](http://rust-ci.org/lifthrasiir/rust-chrono/doc/chrono/) + ```rust // find out if the doomsday rule is correct! use chrono::{Weekday, NaiveDate, naive};