Update link to our forum

This commit is contained in:
Georg Krause 2021-07-20 17:05:03 +02:00
parent 6c90351cd7
commit c29f6778b5
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
3 changed files with 4 additions and 4 deletions

View File

@ -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>`_

View File

@ -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>

View File

@ -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) {