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/06/20 19:20:22 UTC

wicket git commit: Fixed a regression in the README content

Repository: wicket
Updated Branches:
  refs/heads/master cb46bd696 -> ecd909040


Fixed a regression in the README content


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

Branch: refs/heads/master
Commit: ecd909040dec84df239ea47851bb54825e31eb41
Parents: cb46bd6
Author: Andrea Del Bene <ad...@apache.org>
Authored: Tue Jun 20 21:20:10 2017 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Tue Jun 20 21:21:50 2017 +0200

----------------------------------------------------------------------
 README | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ecd90904/README
----------------------------------------------------------------------
diff --git a/README b/README
index 25b03f0..bea70f2 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ Getting started
 The Wicket project has several resources and projects where you can learn 
 from, and get started quickly:
 
- - The Wicket user guide - https://ci.apache.org/projects/wicket/guide/8.x: 
+ - The Wicket user guide - https://wicket.apache.org/learn/#guide: 
 
     learn Wicket from scratch reading its userguide which gradually 
     introduces you to the various features of the framework with 
@@ -50,27 +50,18 @@ from, and get started quickly:
  - The Wicket JavaDoc:
     
    the API Docs are available on the main site of the project:
-   http://wicket.apache.org
+   http://wicket.apache.org/learn/#javadoc
     
- - wicket-examples:
+ - Wicket Examples:
 
     shows all components in short usage examples, also available live on:
-    http://www.wicket-library.com/wicket-examples
+    http://examples8x.wicket.apache.org
 
- - wicket-quickstart archetype:
+ - Wicket Quickstart - http://wicket.apache.org/start/quickstart.html:
 
     provides a skeleton project for use in NetBeans, Eclipse, IntelliJ IDEA
-    and other major IDE's, without having to configure anything yourself. You
-    can copy'n'paste the examples from the website into your pages and see
-    them running on your own box.
-
- - AppFuse light - Wicket edition (https://appfuse-light.dev.java.net/)
-
-    AppFuse Light is a can all do it all quickstart setup for almost all
-    possible permutations for building Java web applications and ORM
-    technologies. It features over 60 downloads and combines each available
-    web application framework with Hibernate, iBatis, JDO (JPOX), OJB and
-    Spring JDBC.
+    and other major IDE's, without having to configure anything yourself. Just
+    copy'n'paste the generated command line and Maven will do the job.
 
 
 What is in this package