Merge branch 'patch-1' into 'develop'

Correct URL to support forum.

See merge request funkwhale/funkwhale!491
This commit is contained in:
Eliot Berriot 2018-12-14 13:44:55 +01:00
commit 6372b44074
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<section class="four wide column">
<h4 v-translate class="ui header">Getting help</h4>
<div class="ui link list">
<a href="https://socialhub.network/c/projects/funkwhale" class="item" target="_blank"><translate>Support forum</translate></a>
<a href="https://socialhub.network/c/funkwhale" class="item" target="_blank"><translate>Support forum</translate></a>
<a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org" class="item" target="_blank"><translate>Chat room</translate></a>
<a href="https://dev.funkwhale.audio/funkwhale/funkwhale/issues" class="item" target="_blank"><translate>Issue tracker</translate></a>
</div>