Author: wsmoak Date: Wed Mar 8 18:05:56 2006 New Revision: 384403 URL: http://svn.apache.org/viewcvs?rev=384403&view=rev Log: Fixed links identified by the Maven Linkcheck Plugin.
Modified: struts/action/trunk/xdocs/faqs/apps.xml struts/action/trunk/xdocs/faqs/kickstart.fml struts/action/trunk/xdocs/faqs/works.xml struts/action/trunk/xdocs/index.xml Modified: struts/action/trunk/xdocs/faqs/apps.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/faqs/apps.xml?rev=384403&r1=384402&r2=384403&view=diff ============================================================================== --- struts/action/trunk/xdocs/faqs/apps.xml (original) +++ struts/action/trunk/xdocs/faqs/apps.xml Wed Mar 8 18:05:56 2006 @@ -214,7 +214,7 @@ transformations, run unit tests, interact with version control systems, clean up, etc. - <a href="http://jakarta.apache.org/ant"> + <a href="http://ant.apache.org"> (more...)</a> </li> <li>Create and use build script @@ -247,7 +247,7 @@ <code>junit</code> tag to launch each TestCase descendent. - <a href="http://jakarta.apache.org/ant/manual/OptionalTasks/junit.html"> + <a href="http://ant.apache.org/manual/OptionalTasks/junit.html"> (more...)</a> </li> </ol> Modified: struts/action/trunk/xdocs/faqs/kickstart.fml URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/faqs/kickstart.fml?rev=384403&r1=384402&r2=384403&view=diff ============================================================================== --- struts/action/trunk/xdocs/faqs/kickstart.fml (original) +++ struts/action/trunk/xdocs/faqs/kickstart.fml Wed Mar 8 18:05:56 2006 @@ -63,7 +63,7 @@ <question>Who wrote Struts Action Framework"</question> <answer> <p>There are several - <a href="../volunteers.html">active committers</a> + <a href="http://struts.apache.org/volunteers.html">active committers</a> to the Apache Struts project, working cooperatively from around the globe. Dozens of individual developers and committers contributed to the Struts 1.x codebase. All Modified: struts/action/trunk/xdocs/faqs/works.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/faqs/works.xml?rev=384403&r1=384402&r2=384403&view=diff ============================================================================== --- struts/action/trunk/xdocs/faqs/works.xml (original) +++ struts/action/trunk/xdocs/faqs/works.xml Wed Mar 8 18:05:56 2006 @@ -97,7 +97,7 @@ paths with the controller components of your application, known as - <a href="../api/org/apache/struts/action/Action.html"> + <a href="../apidocs/org/apache/struts/action/Action.html"> <code>Action</code> </a> classes (i.e. "login" ==> LoginAction class). This Modified: struts/action/trunk/xdocs/index.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/xdocs/index.xml?rev=384403&r1=384402&r2=384403&view=diff ============================================================================== --- struts/action/trunk/xdocs/index.xml (original) +++ struts/action/trunk/xdocs/index.xml Wed Mar 8 18:05:56 2006 @@ -210,13 +210,10 @@ You can specify validations for the ActionForms in an XML descriptor, using the - <a href="userGuide/dev_validator.html">Struts - Validator</a> - . - A standard extension, - <a href="userGuide/dev_tiles.html">Tiles</a> - , - helps you build pages from smaller fragments. + <a href="http://struts.apache.org/struts-taglib/dev_validator.html"> + Struts Validator</a>. A standard extension, + <a href="http://struts.apache.org/struts-tiles/dev_tiles.html"> + Tiles</a>, helps you build pages from smaller fragments. </p> <p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]