Author: papegaaij
Date: Wed May  9 10:34:44 2012
New Revision: 1336058

URL: http://svn.apache.org/viewvc?rev=1336058&view=rev
Log:
removed duplicate http:// in link

Modified:
    wicket/common/site/trunk/_site/learn/projects/authroles.html
    wicket/common/site/trunk/learn/projects/authroles.md

Modified: wicket/common/site/trunk/_site/learn/projects/authroles.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/learn/projects/authroles.html?rev=1336058&r1=1336057&r2=1336058&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/learn/projects/authroles.html (original)
+++ wicket/common/site/trunk/_site/learn/projects/authroles.html Wed May  9 
10:34:44 2012
@@ -172,9 +172,9 @@
 <p>For more documentation use the following links:</p>
 
 <ul>
-<li><a 
href='http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authentication/package-summary.html'>Authentication
 API</a></li>
+<li><a 
href='http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authentication/package-summary.html'>Authentication
 API</a></li>
 
-<li><a 
href='http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authorization/package-summary.html'>Authorization
 API</a></li>
+<li><a 
href='http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authorization/package-summary.html'>Authorization
 API</a></li>
 </ul>
 
 <p>Note that for the instantiation check Wicket will invoke the constructor 
hierarchy of your component, but will throw an exception if the authorization 
check fails.</p>

Modified: wicket/common/site/trunk/learn/projects/authroles.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/learn/projects/authroles.md?rev=1336058&r1=1336057&r2=1336058&view=diff
==============================================================================
--- wicket/common/site/trunk/learn/projects/authroles.md (original)
+++ wicket/common/site/trunk/learn/projects/authroles.md Wed May  9 10:34:44 
2012
@@ -31,8 +31,8 @@ strategy is installed in the security se
 
 For more documentation use the following links:
 
-* [Authentication 
API](http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authentication/package-summary.html)
-* [Authorization 
API](http://http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authorization/package-summary.html)
+* [Authentication 
API](http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authentication/package-summary.html)
+* [Authorization 
API](http://wicket.apache.org/apidocs/1.5/org/apache/wicket/authorization/package-summary.html)
 
 Note that for the instantiation check Wicket will invoke the constructor
 hierarchy of your component, but will throw an exception if the authorization


Reply via email to