Author: rgardler
Date: Fri Apr 13 05:43:26 2007
New Revision: 528469

URL: http://svn.apache.org/viewvc?view=rev&rev=528469
Log:
index URL has changed

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=528469&r1=528468&r2=528469
==============================================================================
--- 
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
 Fri Apr 13 05:43:26 2007
@@ -77,8 +77,7 @@
     <xsl:value-of select="."/></a>
   </xsl:template>
   <xsl:template match="doap:programming-language"><a>
-    <xsl:attribute name="href">
-      <xsl:value-of select="."/>_lang.html</xsl:attribute>
+    <xsl:attribute name="href">index/byLang/<xsl:value-of 
select="."/>.html</xsl:attribute>
     <xsl:value-of select="."/></a>
     <xsl:if test="not(position() = last())">
 <xsl:text>, </xsl:text>