Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Baptiste Benti
funkwhale
Commits
c29f6778
Verified
Commit
c29f6778
authored
Jul 20, 2021
by
Georg Krause
Browse files
Update link to our forum
parent
6c90351c
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/documentation/identifying.rst
View file @
c29f6778
...
...
@@ -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>`_
front/src/components/Footer.vue
View file @
c29f6778
<
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>
...
...
front/src/components/library/ImportStatusModal.vue
View file @
c29f6778
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment