Author: wsmoak Date: Sat May 6 12:34:25 2006 New Revision: 400354 URL: http://svn.apache.org/viewcvs?rev=400354&view=rev Log: Correct the links to the component Javadoc. This page will be removed once Maven can aggregate the Javadoc.
Modified: struts/action/trunk/src/site/xdoc/apidocs/index.xml Modified: struts/action/trunk/src/site/xdoc/apidocs/index.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/apidocs/index.xml?rev=400354&r1=400353&r2=400354&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/apidocs/index.xml (original) +++ struts/action/trunk/src/site/xdoc/apidocs/index.xml Sat May 6 12:34:25 2006 @@ -28,25 +28,25 @@ <ul> <li> - <a href="struts-core/apidocs/index.html" target="_blank"> + <a href="../struts-core/apidocs/index.html" target="_blank"> Struts Action Core</a></li> <li> - <a href="struts-el/apidocs/index.html" target="_blank"> + <a href="../struts-el/apidocs/index.html" target="_blank"> Struts EL</a></li> <li> - <a href="struts-extras/apidocs/index.html" target="_blank"> + <a href="../struts-extras/apidocs/index.html" target="_blank"> Struts Extras</a></li> <li> - <a href="struts-faces/apidocs/index.html" target="_blank"> + <a href="../struts-faces/apidocs/index.html" target="_blank"> Struts Faces</a></li> <li> - <a href="struts-scripting/apidocs/index.html" target="_blank"> + <a href="../struts-scripting/apidocs/index.html" target="_blank"> Struts Scripting</a></li> <li> - <a href="struts-taglib/apidocs/index.html" target="_blank"> + <a href="../struts-taglib/apidocs/index.html" target="_blank"> Struts Taglib</a></li> <li> - <a href="struts-tiles/apidocs/index.html" target="_blank"> + <a href="../struts-tiles/apidocs/index.html" target="_blank"> Struts Tiles</a></li> </ul>