From c29f6778b5ee05a2f62fcaa01426a43ba8430160 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Tue, 20 Jul 2021 17:05:03 +0200
Subject: [PATCH] Update link to our forum

---
 docs/documentation/identifying.rst                 | 2 +-
 front/src/components/Footer.vue                    | 4 ++--
 front/src/components/library/ImportStatusModal.vue | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/documentation/identifying.rst b/docs/documentation/identifying.rst
index 3f7ee97d17..6c267f4b16 100644
--- a/docs/documentation/identifying.rst
+++ b/docs/documentation/identifying.rst
@@ -24,5 +24,5 @@ If you're not comfortable with writing documents or don't feel like you can, you
 by requesting a document be written. There are three ways to request new documents:
 
 - Open a new issue on `Gitlab <https://dev.funkwhale.audio/funkwhale/funkwhale/issues>`_, providing as much detail as possible
-- Start a new thread on `the forum <https://governance.funkwhale.audio/g/kQgxNq15/funkwhale>`_ with more details about your requests
+- Start a new thread on `the forum <https://forum.funkwhale.audio/>`_ with more details about your requests
 - Ask somebody on our `chat room <https://riot.im/app/#/room/#funkwhale:matrix.org>`_
diff --git a/front/src/components/Footer.vue b/front/src/components/Footer.vue
index c5a7d4a5fc..cdc28e3eef 100644
--- a/front/src/components/Footer.vue
+++ b/front/src/components/Footer.vue
@@ -1,7 +1,7 @@
 <template>
   <footer id="footer" role="contentinfo" class="ui vertical footer segment" aria-labelledby="footer-label">
     <h1 id="footer-label" class="visually-hidden">
-      <translate translate-context="*/*/*">Application footer</translate>      
+      <translate translate-context="*/*/*">Application footer</translate>
     </h1>
     <div class="ui container">
       <div class="ui stackable equal height stackable grid">
@@ -57,7 +57,7 @@
         <section class="four wide column">
           <h4 v-translate translate-context="Footer/*/Link" class="ui header">Getting help</h4>
           <div class="ui list">
-            <a href="https://governance.funkwhale.audio/g/kQgxNq15/funkwhale" class="link item" target="_blank"><translate translate-context="Footer/*/Listitem.Link">Support forum</translate></a>
+            <a href="https://forum.funkwhale.audio/" class="link item" target="_blank"><translate translate-context="Footer/*/Listitem.Link">Support forum</translate></a>
             <a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org" class="link item" target="_blank"><translate translate-context="Footer/*/List item.Link">Chat room</translate></a>
             <a href="https://dev.funkwhale.audio/funkwhale/funkwhale/issues" class="link item" target="_blank"><translate translate-context="Footer/*/List item.Link">Issue tracker</translate></a>
           </div>
diff --git a/front/src/components/library/ImportStatusModal.vue b/front/src/components/library/ImportStatusModal.vue
index 782e8f292b..d228ef6c0c 100644
--- a/front/src/components/library/ImportStatusModal.vue
+++ b/front/src/components/library/ImportStatusModal.vue
@@ -126,7 +126,7 @@ export default {
     getErrorData (upload) {
       let payload = upload.import_details || {}
       let d = {
-        supportUrl: 'https://governance.funkwhale.audio/g/246YOJ1m/funkwhale-support',
+        supportUrl: 'https://forum.funkwhale.audio/t/support',
         errorRows: []
       }
       if (!payload.error_code) {
-- 
GitLab