Fix oops - forgot to save changelog after previous update.
[pub/USBasp.git] / LUFA / StudioIntegration / XSLT / lufa_extension_transform.xslt
index a40176a..8cb4ea9 100644 (file)
                </xsl:attribute>
        </xsl:template>
 
+       <xsl:template match="online-help/index-page/@url">
+               <xsl:attribute name="url">
+                       <xsl:value-of select="current()"/>
+                       <xsl:value-of select="$lufa-version"/>
+                       <xsl:text>/html/</xsl:text>
+               </xsl:attribute>
+       </xsl:template>
+
 </xsl:stylesheet>