From d51daea2077ade8f29f481ad222b0549c5a199aa Mon Sep 17 00:00:00 2001 From: Quim Gil <qgil@espiral.org> Date: Fri, 14 Dec 2018 13:37:08 +0100 Subject: [PATCH] Correct URL to support forum. --- front/src/components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue index 1a303679..e0fa2d4b 100644 --- a/front/src/components/Footer.vue +++ b/front/src/components/Footer.vue @@ -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> -- GitLab