Skip to content
Snippets Groups Projects
Verified Commit c29f6778 authored by Georg Krause's avatar Georg Krause
Browse files

Update link to our forum

parent 6c90351c
No related branches found
No related tags found
No related merge requests found
......@@ -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>`_
<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>
......
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment