Skip to content

Commit 4a2886e

Browse files
improve footer issue link description and point to the actual issues page, resolve #73
1 parent 2f8bd41 commit 4a2886e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>{subtitle}</h2>
4545
</div>
4646
<div id="footer-right">
4747
<ul>
48-
<li>{{if github}}<a target="_blank" href="{github}">create Ontology issue on GitHub</a>{{ endif }}</li>
48+
<li>{{if github}}<a target="_blank" href="{github}/issues">view issues about the knowledge base on GitHub</a>{{ endif }}</li>
4949
</ul>
5050
</div>
5151
</footer>

data/resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h3>inverse relations</h3>
8989
<a target="_blank" href="{github_issue_url}">create issue about this resource on GitHub</a>
9090
</li>
9191
{{ endif }}
92-
<li>{{if github}}<a target="_blank" href="{github}">create issue about the knowledge base on GitHub</a>{{ endif }}</li>
92+
<li>{{if github}}<a target="_blank" href="{github}/issues">view issues about the knowledge base on GitHub</a>{{ endif }}</li>
9393
</ul>
9494
</div>
9595
</footer>

0 commit comments

Comments
 (0)