Skip to content

Commit 3908ce6

Browse files
committed
All: Fix links for overriden methods from core
(cherry picked from commit 6b12ed1)
1 parent 576429b commit 3908ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries2html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the method of the same name from jQuery core -->
2727
<xsl:template match="//placeholder[@name = 'core-link']">
2828
<a>
2929
<xsl:attribute name="href">
30-
<xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name)"/>
30+
<xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name, '/')"/>
3131
</xsl:attribute>
3232
<code>
3333
<xsl:text>.</xsl:text>

0 commit comments

Comments
 (0)