mirror of
https://github.com/safing/web
synced 2025-04-03 10:39:11 +00:00
Update used discord URL
This commit is contained in:
parent
9d216fd96f
commit
087e91dc4c
2 changed files with 6 additions and 5 deletions
|
@ -78,7 +78,8 @@ docs_code_of_conduct_url: https://wiki.safing.io/en/CodeOfConduct
|
|||
kickstarter_url: https://www.kickstarter.com/projects/safingio/spn
|
||||
reddit_url: https://reddit.com/r/safing
|
||||
twitter_url: https://twitter.com/SafingIO
|
||||
discord_url: https://discord.gg/safing
|
||||
discord_url: https://safing.io/discord
|
||||
discord_direct_url: https://discord.gg/safing
|
||||
github_url: https://github.com/safing
|
||||
|
||||
youtube_channel_url: https://www.youtube.com/c/SafingIO
|
||||
|
|
|
@ -5,12 +5,12 @@ layout: null
|
|||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting to Discord…</title>
|
||||
<link rel="canonical" href="{{ site.discord_url }}">
|
||||
<link rel="canonical" href="{{ site.discord_direct_url }}">
|
||||
<script>
|
||||
location="{{ site.discord_url }}";
|
||||
location="{{ site.discord_direct_url }}";
|
||||
</script>
|
||||
<meta http-equiv="refresh" content="0; url={{ site.discord_url }}">
|
||||
<meta http-equiv="refresh" content="0; url={{ site.discord_direct_url }}">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting to Discord…</h1>
|
||||
<a href="{{ site.discord_url }}">Click here if you are not redirected to Discord.</a>
|
||||
<a href="{{ site.discord_direct_url }}">Click here if you are not redirected to Discord.</a>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue