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

wicket git commit: Fix for homepage link

Repository: wicket
Updated Branches:
  refs/heads/WICKET-6490 9f35c53f2 -> 2b7e11ff8


Fix for homepage link

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

Branch: refs/heads/WICKET-6490
Commit: 2b7e11ff8242b96f90e72a41a9c862d4e2de8e56
Parents: 9f35c53
Author: Andrea Del Bene <ad...@apache.org>
Authored: Sat Nov 4 19:10:06 2017 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Sat Nov 4 19:10:06 2017 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/wicket/examples/WicketExampleHeader.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/2b7e11ff/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
index 32c6b03..a7bcf4c 100644
--- a/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
+++ b/wicket-examples/src/main/java/org/apache/wicket/examples/WicketExampleHeader.html
@@ -5,7 +5,7 @@
     <div class="header default">
         <div class="l-container">
             <div class="logo">
-                <a href="/" ><img wicket:id="exampleheaderimage" alt="Apache Wicket" /></a>
+                <a href="index.html" ><img wicket:id="exampleheaderimage" alt="Apache Wicket" /></a>
             </div>
         </div>
     </div>