From ba9bbf7e6648c25877b2e841ac4b674363c200a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Fri, 26 Jun 2015 09:49:29 +0200 Subject: [PATCH] Docs: Update date-format.asciidoc Joda documentation moved from http://joda-time.sourceforge.net/ to http://www.joda.org/joda-time/. Updated the links in the documentation accordingly. --- docs/reference/mapping/date-format.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/mapping/date-format.asciidoc b/docs/reference/mapping/date-format.asciidoc index a10917ade73..db493eb70be 100644 --- a/docs/reference/mapping/date-format.asciidoc +++ b/docs/reference/mapping/date-format.asciidoc @@ -8,9 +8,9 @@ specifying `dynamic_date_formats` in the `root object` mapping (which will be used unless explicitly overridden by a `date` type). There are built in formats supported, as well as complete custom one. -The parsing of dates uses http://joda-time.sourceforge.net/[Joda]. The +The parsing of dates uses http://www.joda.org/joda-time/[Joda]. The default date parsing used if no format is specified is -http://joda-time.sourceforge.net/api-release/org/joda/time/format/ISODateTimeFormat.html#dateOptionalTimeParser()[ISODateTimeFormat.dateOptionalTimeParser]. +http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateOptionalTimeParser--[ISODateTimeFormat.dateOptionalTimeParser]. An extension to the format allow to define several formats using `||` separator. This allows to define less strict formats that can be used,