You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2017/10/04 17:18:43 UTC

wicket git commit: WICKET-6105 corrected link to example

Repository: wicket
Updated Branches:
  refs/heads/WICKET-6105-java.time bb86a3e70 -> e68844016


WICKET-6105 corrected link to example


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

Branch: refs/heads/WICKET-6105-java.time
Commit: e688440166442a05675683669d688c025fa083fa
Parents: bb86a3e
Author: Sven Meier <sv...@apache.org>
Authored: Wed Oct 4 19:09:19 2017 +0200
Committer: Sven Meier <sv...@apache.org>
Committed: Wed Oct 4 19:09:19 2017 +0200

----------------------------------------------------------------------
 .../resources/org/apache/wicket/examples/homepage/HomePage.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e6884401/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html b/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
index 1175eab..8e91b60 100644
--- a/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
+++ b/wicket-examples/src/main/resources/org/apache/wicket/examples/homepage/HomePage.html
@@ -50,7 +50,7 @@
         <tr><td align="right"><a href="breadcrumb">breadcrumb</a></td><td> - Don't get lost, use bread-crumbs.</td></tr>
 		<tr><td align="right"><a href="captcha">captcha</a></td><td> - Image-based "captcha" to distinguish humans from spammers.</td></tr>
         <tr><td align="right"><a href="kitten-captcha">kitten-captcha</a></td><td> - Another approach to captchas</td></tr>
-		<tr><td align="right"><a href="dates">dates</a></td><td> - Date component example from the wicket-date project.</td></tr>
+		<tr><td align="right"><a href="datetime">dates and times</a></td><td> - Date components example.</td></tr>
 		
         <tr class="section"><td align="right"><a href="stock">stockquote</a></td><td> - Stock quote example.</td></tr>
         <tr><td align="right"><a href="guestbook">guestbook</a></td><td> - A blog-like multi-user guestbook.</td></tr>