You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/06/10 09:09:36 UTC

svn commit: r1491353 - in /wicket/common/site/trunk: _site/learn/examples/index.html learn/examples/index.md

Author: mgrigorov
Date: Mon Jun 10 07:09:36 2013
New Revision: 1491353

URL: http://svn.apache.org/r1491353
Log:
Fix the url to latest Wicket-Examples (6.x)


Modified:
    wicket/common/site/trunk/_site/learn/examples/index.html
    wicket/common/site/trunk/learn/examples/index.md

Modified: wicket/common/site/trunk/_site/learn/examples/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/examples/index.html?rev=1491353&r1=1491352&r2=1491353&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/examples/index.html (original)
+++ wicket/common/site/trunk/_site/learn/examples/index.html Mon Jun 10 07:09:36 2013
@@ -173,7 +173,7 @@
 			<h1>A Quick Tour of Wicket</h1>
 			<p>Nothing says more about a development technology than a few simple examples. After all, how hard should it be to do something easy? The examples below should speak for themselves in demonstrating how easy it is to get things done in Wicket when compared to other frameworks. You will discover that Wicket&#8217;s component-oriented structure and its &#8220;low touch&#8221; approach to HTML is quite inviting.</p>
 
-<p>You can see these examples and many more in <a href='http://www.wicket-library.com/wicket-examples'>live action</a> without having to install anything.</p>
+<p>You can see these examples and many more in <a href='http://www.wicket-library.com/wicket-examples-6.0.x'>live action</a> without having to install anything.</p>
 
 <ul>
 <li><a href='helloworld.html'>Hello World!</a> - Everybody&#8217;s favorite example</li>

Modified: wicket/common/site/trunk/learn/examples/index.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/learn/examples/index.md?rev=1491353&r1=1491352&r2=1491353&view=diff
==============================================================================
--- wicket/common/site/trunk/learn/examples/index.md (original)
+++ wicket/common/site/trunk/learn/examples/index.md Mon Jun 10 07:09:36 2013
@@ -10,7 +10,7 @@ component-oriented structure and its "lo
 inviting.
 
 You can see these examples and many more in [live
-action](http://www.wicket-library.com/wicket-examples) without having to install anything.
+action](http://www.wicket-library.com/wicket-examples-6.0.x) without having to install anything.
 
 * [Hello World!](helloworld.html) - Everybody's favorite example
 * [Navomatic](navomatic.html) - Automatic navigation using Borders and Links