Skip to content

Commit bdf49a8

Browse files
fix(support): fix discord href (#237)
1 parent 667d89b commit bdf49a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1>
6969
</div>
7070
<div class="col-sm-auto border-white my-3 px-3 py-2 border-start">
7171
<a class="text-decoration-none link-light stretched-link"
72-
href="discord">
72+
href="{{ '/discord' | relative_url }}">
7373
<h4 class="card-title mb-3 fw-bolder crowdin-ignore">Discord</h4>
7474
</a>
7575
<p class="card-text">

0 commit comments

Comments
 (0)