jmitchell    2002/10/28 20:30:17

  Modified:    src/share/org/apache/struts/taglib/logic package.html
  Log:
  Fixed bad links to userGuide from API docs.
  
  Thanks Alan.
  
  Revision  Changes    Path
  1.13      +11 -11    
jakarta-struts/src/share/org/apache/struts/taglib/logic/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/logic/package.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- package.html      25 Jun 2002 01:30:40 -0000      1.12
  +++ package.html      29 Oct 2002 04:30:17 -0000      1.13
  @@ -39,14 +39,14 @@
   body   of the tag if the comparison evaluates to <i>true. </i></p>
    
   <ul>
  -   <li><b><a href="../../../../../../struts-logic.html#equal">equal,</a>
  - <a href="../../../../../../struts-logic.html#notEqual">notEqual</a>
  +   <li><b><a 
href="../../../../../../userGuide/userGuide/struts-logic.html#equal">equal,</a>
  + <a href="../../../../../../userGuide/struts-logic.html#notEqual">notEqual</a>
       </b>   </li>
  -   <li><b><a 
href="../../../../../../struts-logic.html#greaterEqual">greaterEqual</a>
  -, <a href="../../../../../../struts-logic.html#lessEqual">lessEqual</a>
  +   <li><b><a 
href="../../../../../../userGuide/struts-logic.html#greaterEqual">greaterEqual</a>
  +, <a href="../../../../../../userGuide/struts-logic.html#lessEqual">lessEqual</a>
       </b></li>
  -   <li><b><a href="../../../../../../struts-logic.html#greaterThan">greaterThan</a>
  -,<a href="../../../../../../struts-logic.html#lessThan">     lessThan</a>
  +   <li><b><a 
href="../../../../../../userGuide/struts-logic.html#greaterThan">greaterThan</a>
  +,<a href="../../../../../../userGuide/struts-logic.html#lessThan">     lessThan</a>
       </b></li>
    
   </ul>
  @@ -55,8 +55,8 @@
     inside of other Strings</p>
    
   <ul>
  -   <li><b><a href="../../../../../../struts-logic.html#match">match</a>
  -, <a href="../../../../../../struts-logic.html#notMatch">notMatch</a>
  +   <li><b><a href="../../../../../../userGuide/struts-logic.html#match">match</a>
  +, <a href="../../../../../../userGuide/struts-logic.html#notMatch">notMatch</a>
       </b></li>
    
   </ul>
  @@ -65,9 +65,9 @@
   the location   of the presentation page</p>
    
   <ul>
  -   <li><a href="../../../../../../struts-logic.html#forward"><b>forward</b></a>
  +   <li><a 
href="../../../../../../userGuide/struts-logic.html#forward"><b>forward</b></a>
     </li>
  -   <li><a href="../../../../../../struts-logic.html#redirect"><b>redirect</b></a>
  +   <li><a 
href="../../../../../../userGuide/struts-logic.html#redirect"><b>redirect</b></a>
     </li>
    
   </ul>
  @@ -75,7 +75,7 @@
   <p><b>Collection Utilities -</b>The purpose of these tags is to handle 
Collections</p>
    
   <ul>
  -   <li><a href="../../../../../../struts-logic.html#iterate"><b>iterate</b></a>
  +   <li><a 
href="../../../../../../userGuide/struts-logic.html#iterate"><b>iterate</b></a>
    </li>
    
   </ul>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to