Repository: wicket-site Updated Branches: refs/heads/asf-site 4659562cf -> 0c8c5025e
Adds example links for Wicket 6 / Wicket 7 Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/0c8c5025 Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/0c8c5025 Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/0c8c5025 Branch: refs/heads/asf-site Commit: 0c8c5025ebabdba94f0764d18d1a89f4c99b035b Parents: 4659562 Author: Tobias Soloschenko <[email protected]> Authored: Mon Dec 21 19:46:25 2015 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Mon Dec 21 19:46:25 2015 +0100 ---------------------------------------------------------------------- content/atom.xml | 2 +- content/learn/index.html | 3 ++- learn/index.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/0c8c5025/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index 3a30ed4..c379b6d 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -3,7 +3,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2015-12-11T18:24:06+01:00</updated> + <updated>2015-12-21T19:44:59+01:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/0c8c5025/content/learn/index.html ---------------------------------------------------------------------- diff --git a/content/learn/index.html b/content/learn/index.html index 22ffc15..05276d3 100644 --- a/content/learn/index.html +++ b/content/learn/index.html @@ -180,7 +180,8 @@ Find <a href="/contribute/ides.html">here</a> how to work with Wicket projects w <h2 id="examples">Examples</h2> <ul> <li><a href="/learn/examples/index.html">Examples</a> - Browse a vast collection of examples in live action without having to install anything!</li> - <li><a href="http://www.wicket-library.com/wicket-examples-6.0.x/compref/">Components reference</a> - A special subset of live examples to show you how to use Wicket components.</li> + <li><a href="http://examples6x.wicket.apache.org">Wicket 6 examples</a> - A special subset of live examples to show you how to use Wicket 6 components.</li> + <li><a href="http://examples7x.wicket.apache.org">Wicket 7 examples</a> - A special subset of live examples to show you how to use Wicket 7 components.</li> </ul> </section> </div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/0c8c5025/learn/index.md ---------------------------------------------------------------------- diff --git a/learn/index.md b/learn/index.md index 6cd33c7..7899673 100644 --- a/learn/index.md +++ b/learn/index.md @@ -144,7 +144,8 @@ Find [here]({{ site.baseurl }}/contribute/ides.html) how to work with Wicket pro ## Examples {#examples} - <a href="{{ site.baseurl }}/learn/examples/index.html">Examples</a> - Browse a vast collection of examples in live action without having to install anything! -- <a href="http://www.wicket-library.com/wicket-examples-6.0.x/compref/">Components reference</a> - A special subset of live examples to show you how to use Wicket components. +- <a href="http://examples6x.wicket.apache.org">Wicket 6 examples</a> - A special subset of live examples to show you how to use Wicket 6 components. +- <a href="http://examples7x.wicket.apache.org">Wicket 7 examples</a> - A special subset of live examples to show you how to use Wicket 7 components. [migrate3]: http://s.apache.org/wicket3migrate
