diff --git a/docs/documentation/identifying.rst b/docs/documentation/identifying.rst index 3f7ee97d17878cd254c4463ee2d3e66eef06f46b..6c267f4b16b1b4912b300c06946418171c9f009c 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 c5a7d4a5fc96744a7b65ee427ba2f64bc2815dc4..cdc28e3eef2731da44c93e35b0615e448fb8fc10 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 782e8f292bddfffafcf1d0bedb1cdc651b0b4972..d228ef6c0c3b5cf8173599728e252bbead2adb61 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) {