rubys       01/04/22 18:07:41

  Modified:    proposal/gump/stylesheet build.xsl xref.xsl
  Log:
  Fix broken links
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-alexandria/proposal/gump/stylesheet/build.xsl
  
  Index: build.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/build.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xsl 2001/04/22 15:27:59     1.9
  +++ build.xsl 2001/04/23 01:07:39     1.10
  @@ -122,7 +122,7 @@
               <a href="{url/@href}">home</a>
             </xsl:if>
   
  -          <a href="source_{@defined-in}.html">definition</a>
  +          <a href="project_{@defined-in}.html">definition</a>
   
             <xsl:for-each select="//project[cvs and @srcdir=$srcdir]">
               <a href="cvs_{@name}.html">cvs</a>
  @@ -142,7 +142,7 @@
                     </a>
                   </xsl:when>
                   <xsl:otherwise>
  -                  <a href="source_{@srcdir}.html">
  +                  <a href="project_{@srcdir}.html">
                       <xsl:value-of select="$dependent"/>
                     </a>
                   </xsl:otherwise>
  
  
  
  1.5       +1 -1      jakarta-alexandria/proposal/gump/stylesheet/xref.xsl
  
  Index: xref.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/xref.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- xref.xsl  2001/03/07 18:57:24     1.4
  +++ xref.xsl  2001/04/23 01:07:40     1.5
  @@ -40,7 +40,7 @@
   
                 <tr>
                   <td>
  -                  <a href="source_{@srcdir}.html">
  +                  <a href="project_{@srcdir}.html">
                       <xsl:value-of select="@name"/>
                     </a>
                   </td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to