You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2013/12/05 22:13:11 UTC

[2/3] git commit: Add missing URL to link to Moment.js

Add missing URL to link to Moment.js


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/af6a0e02
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/af6a0e02
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/af6a0e02

Branch: refs/heads/master
Commit: af6a0e0289f5e3547fa23b6b1cc35bcffefc76f5
Parents: 8cadab6
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Dec 5 11:24:03 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Dec 5 11:24:03 2013 -0800

----------------------------------------------------------------------
 .../java/org/apache/tapestry5/corelib/components/LocalDate.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/af6a0e02/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LocalDate.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LocalDate.java b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LocalDate.java
index 4a66b46..9ca0e27 100644
--- a/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LocalDate.java
+++ b/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/LocalDate.java
@@ -47,8 +47,8 @@ import java.util.Date;
 public class LocalDate
 {
     /**
-     * The format to use, as defined by <a href="">Moment.js</a>. The factory default
-     * is "lll", which is a short form of the month, day, year, hour, minute and am/pm,
+     * The format to use, as defined by <a href="http://momentjs.com/docs/#/displaying/format/">Moment.js</a>.
+     * The factory default is "lll", which is a short form of the month, day, year, hour, minute and am/pm,
      * e.g. "Sep 4 1986 8:30 PM".
      */
     @Parameter(defaultPrefix = BindingConstants.LITERAL, allowNull = false, value = "message:private-default-localdate-format")