Author: rgardler
Date: Tue Jun 12 16:24:07 2007
New Revision: 546663

URL: http://svn.apache.org/viewvc?view=rev&rev=546663
Log:
correct link to index page

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl?view=diff&rev=546663&r1=546662&r2=546663
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/resources/stylesheets/doap-to-document.xsl
 Tue Jun 12 16:24:07 2007
@@ -76,7 +76,7 @@
     <xsl:value-of select="."/></a>
   </xsl:template>
   <xsl:template match="doap:programming-language"><a>
-    <xsl:attribute name="href">index/byLang/<xsl:value-of 
select="."/>.html</xsl:attribute>
+    <xsl:attribute name="href">/projectDetails/index/byLang/<xsl:value-of 
select="."/>.html</xsl:attribute>
     <xsl:value-of select="."/></a>
     <xsl:if test="not(position() = last())">
 <xsl:text>, </xsl:text>