From 82b1c5e66562ff3700171232edb061043da639e5 Mon Sep 17 00:00:00 2001 From: Andrew Elkins Date: Tue, 10 Feb 2015 16:48:07 -0800 Subject: [PATCH 1/3] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1ac1ef851..fd865d66c 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Arrow - Better dates & times for Python :alt: downloads :target: https://crate.io/packages/arrow -Documentation: `crsmithdev.com/arrow `_ +Documentation: `arrow `_ -------------------------------------------------------------------- What? @@ -92,4 +92,4 @@ And then: Contributing ------------ -Contributions are welcome, especially with localization. See `locales.py `_ for what's currently supported. \ No newline at end of file +Contributions are welcome, especially with localization. See `locales.py `_ for what's currently supported. From 03ed72bc7899270b31484d404834d9e12cbf56c9 Mon Sep 17 00:00:00 2001 From: Andrew Elkins Date: Tue, 10 Feb 2015 16:49:34 -0800 Subject: [PATCH 2/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fd865d66c..90fcc871d 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Arrow - Better dates & times for Python :alt: downloads :target: https://crate.io/packages/arrow -Documentation: `arrow `_ +Documentation: `arrow.readthedocs.org `_ -------------------------------------------------------------------- What? From 142816ab6cd8eb39a49802022578c3b44a79eabe Mon Sep 17 00:00:00 2001 From: Andrew Elkins Date: Tue, 10 Feb 2015 16:50:11 -0800 Subject: [PATCH 3/3] Update README.rst --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 90fcc871d..141613fd8 100644 --- a/README.rst +++ b/README.rst @@ -88,6 +88,8 @@ And then: >>> local.humanize(locale='ko_kr') '1시간 전' + +Further documentation can be found at `arrow.readthedocs.org `_ Contributing ------------