Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale.audio
Commits
eb995e67
Verified
Commit
eb995e67
authored
Dec 02, 2021
by
Georg Krause
Browse files
Redirect help page correctly to community page
parent
30042640
Pipeline
#17333
passed with stages
in 8 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/help/index.html
View file @
eb995e67
...
...
@@ -2,15 +2,15 @@
<html
lang=
"en-US"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"refresh"
content=
"0; url=https://funkwhale.audio/en_US/co
ntact
"
>
<meta
http-equiv=
"refresh"
content=
"0; url=https://funkwhale.audio/en_US/co
mmunity
"
>
<script
type=
"text/javascript"
>
window
.
location
.
href
=
"
https://funkwhale.audio/en_US/co
ntact
window
.
location
.
href
=
"
https://funkwhale.audio/en_US/co
mmunity
</script>
<title>
Page Redirection
</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow this
<a
href=
'https://funkwhale.audio/en_US/co
ntact
'
>
link
</a>
.
If you are not redirected automatically, follow this
<a
href=
'https://funkwhale.audio/en_US/co
mmunity
'
>
link
</a>
.
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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