mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-09 14:58:37 -05:00
Fix broken referencing links in documentation
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user