<xsl:template match="/">
<book title="D-Bus: A system for interprocess communication"
name="dbus"
- link="{$prefix}/api/index.html"
+ link="{$prefix}/api/html/index.html"
xmlns="http://www.devhelp.net/book"
version="2"
online="https://dbus.freedesktop.org/doc/"
<sub name="Tutorial" link="{$prefix}dbus-tutorial.html"/>
<sub name="FAQ" link="{$prefix}dbus-faq.html"/>
<sub name="Specification" link="{$prefix}dbus-specification.html"/>
- <sub name="API Reference" link="{$prefix}api/index.html"/>
+ <sub name="API Reference" link="{$prefix}api/html/index.html"/>
</chapters>
<functions>
<xsl:param name="link"><xsl:value-of select="$before"/>.html#<xsl:value-of select="$after"/></xsl:param>
<xsl:if test="starts-with($name,'dbus') or starts-with($name, 'DBus')">
<xsl:if test="starts-with($refid,'group__') and contains($refid, '_1')">
- <keyword xmlns="http://www.devhelp.net/book" type="function" name="{$name}" link="{$prefix}api/{$link}"/>
+ <keyword xmlns="http://www.devhelp.net/book" type="function" name="{$name}" link="{$prefix}api/html/{$link}"/>
</xsl:if>
</xsl:if>
</xsl:template>