Skip to content

Commit

Permalink
Fix link to usage policy (now really)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Sep 21, 2023
1 parent 2beaa38 commit 7f69197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/api.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@main("*", scripts = hypothesisEmbed) {
<div id="usage-policy" class="alert alert-info" role="alert">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
@Html(@Messages.get("api.usage.policy", "https://lobid.org/usage-policy/"))
@Html(Messages.get("api.usage.policy", "https://lobid.org/usage-policy/"))
</div>
<h2 id="basics">@Messages.get("api.basics.header") <small><a href="#basics"><span class="glyphicon glyphicon-link"></span></a></small></h2>
<dl>
Expand Down

0 comments on commit 7f69197

Please sign in to comment.