Skip to content

Commit

Permalink
All: Fix links for overriden methods from core
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b12ed1)
  • Loading branch information
scottgonzalez committed Mar 11, 2015
1 parent 576429b commit 3908ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries2html.xsl
Expand Up @@ -27,7 +27,7 @@ the method of the same name from jQuery core -->
<xsl:template match="//placeholder[@name = 'core-link']">
<a>
<xsl:attribute name="href">
<xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name)"/>
<xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name, '/')"/>
</xsl:attribute>
<code>
<xsl:text>.</xsl:text>
Expand Down

0 comments on commit 3908ce6

Please sign in to comment.