浏览代码

fix typo joda-time link

Jun Ohtani 11 年之前
父节点
当前提交
20e596cb86
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/mapping/date-format.asciidoc

+ 1 - 1
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,