Fix broken referencing links in documentation

This commit is contained in:
Emma Broman
2021-06-02 11:26:19 +02:00
parent 0a89c7cb2c
commit 8435cdd211

View File

@@ -22,7 +22,7 @@
{{/with}}
{{#if reference}}
{{#if reference.found}}
<p class="documentation-description">An object of type '<a href="#{{reference.identifier}}">{{reference.name}}</a>'</p>
<p class="documentation-description">An object of type '<a href="#{{reference.name}}">{{reference.name}}</a>'</p>
{{else}}
<p class="documentation-description">Missing reference</p>
{{/if}}