From 20e596cb86955969e67506a8f26bfe568e793d91 Mon Sep 17 00:00:00 2001 From: Jun Ohtani Date: Thu, 20 Mar 2014 22:40:57 +0100 Subject: [PATCH] fix typo joda-time link --- docs/reference/mapping/date-format.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/date-format.asciidoc b/docs/reference/mapping/date-format.asciidoc index 0f43764ab6f..eada7346b68 100644 --- a/docs/reference/mapping/date-format.asciidoc +++ b/docs/reference/mapping/date-format.asciidoc @@ -10,7 +10,7 @@ formats supported, as well as complete custom one. The parsing of dates uses http://joda-time.sourceforge.net/[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://joda-time.sourceforge.net/api-release/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,