buildframework/helium/doc/helium_custom/api_changes.rst.ftl
changeset 645 b8d81fa19e7d
parent 587 85df38eb4012
--- a/buildframework/helium/doc/helium_custom/api_changes.rst.ftl	Wed Sep 29 17:48:06 2010 +0100
+++ b/buildframework/helium/doc/helium_custom/api_changes.rst.ftl	Sun Oct 10 15:22:15 2010 +0300
@@ -50,7 +50,7 @@
 =============
 <#list doc.apiChanges.target?sort as target>
     <#if target.@state == 'added'>
-* `${target} <api/helium/target-${target}.html>`_
+* :hlm-t:`${target}`
     </#if>
 </#list>
 
@@ -66,7 +66,7 @@
 ================
 <#list doc.apiChanges.property?sort as property>
     <#if property.@state == 'added'>
-* `${property} <api/helium/property-${property}.html>`_
+* :hlm-p:`${property}`
     </#if>
 </#list>
 
@@ -82,7 +82,7 @@
 ============
 <#list doc.apiChanges.macro?sort as macro>
     <#if macro.@state == 'added'>
-* `${macro} <api/helium/macro-${macro}.html>`_
+* ${macro}
     </#if>
 </#list>