diff --git a/_config.yml b/_config.yml index 719666b..18d82a6 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/discord.html b/discord.html index ade8502..3dda62c 100644 --- a/discord.html +++ b/discord.html @@ -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>