Repository: wicket Updated Branches: refs/heads/master 0dc04e448 -> fe9fa67fc
Update links to HTTPS in Quickstart application Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/fe9fa67f Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/fe9fa67f Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/fe9fa67f Branch: refs/heads/master Commit: fe9fa67fc6015bb41521b25775e5dcf8cb4a0b4e Parents: 0dc04e4 Author: Peter Major <[email protected]> Authored: Mon Dec 25 09:21:07 2017 +0000 Committer: Peter Major <[email protected]> Committed: Mon Dec 25 09:21:07 2017 +0000 ---------------------------------------------------------------------- .../archetype-resources/src/main/java/HomePage.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/fe9fa67f/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html index 600a957..505ed1c 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html +++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/main/java/HomePage.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8" /> <title>Apache Wicket Quickstart</title> - <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold' rel='stylesheet' type='text/css' /> + <link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold' rel='stylesheet' type='text/css' /> <link rel="stylesheet" href="style.css" type="text/css" media="screen" title="Stylesheet" /> </head> <body> @@ -29,9 +29,8 @@ wow your clients: </p> <ul> - <li>work through <a href="http://wicket.apache.org/learn/examples" target="_blank" title="Hello world and friends">some examples</a></li> - <li>read <a href="http://wicket.apache.org/learn/books" target="_blank" title="Books about Wicket in English, German and Japanese">some books</a></li> - <li>find <a href="http://wicket.apache.org/learn/projects" target="_blank" title="Additional projects, components and libraries">additional components, projects and libraries</a></li> + <li>work through <a href="https://wicket.apache.org/learn/examples" target="_blank" title="Hello world and friends">some examples</a></li> + <li>read <a href="https://wicket.apache.org/learn/books" target="_blank" title="Books about Wicket in English, German and Japanese">some books</a></li> </ul> <h3>Get help</h3> <p> @@ -40,7 +39,7 @@ <ul> <li>join us on IRC on <a href="irc:%23%[email protected]">##[email protected]</a></li> <li><a href="http://wicket-users.markmail.org/" target="_blank" title="Search the mailing list archives">search</a> our mailing list archives</li> - <li>ask a question on the <a href="http://wicket.apache.org/help/email.html">users list</a></li> + <li>ask a question on the <a href="https://wicket.apache.org/help/email.html">users list</a></li> </ul> <h3>Reporting a bug</h3> <p>
