Skip to content

Commit

Permalink
Remove leading slash from help.html since docsUrl already has trailin…
Browse files Browse the repository at this point in the history
…g slash
  • Loading branch information
dougburks authored Nov 11, 2022
1 parent 4407a3e commit 3d134b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
{{ errorMessage }}
<div class="mt-2 no-underline">
{{ i18n.errorHelp }}
<a target="so-help" :href="parameters.docsUrl + '/help.html'">
<a target="so-help" :href="parameters.docsUrl + 'help.html'">
<v-icon>fa-life-ring</v-icon>
</a>
</div>
Expand Down

0 comments on commit 3d134b7

Please sign in to comment.