Skip to content

Commit

Permalink
Update used discord URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Mar 29, 2024
1 parent 9d216fd commit 087e91d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions discord.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting to Discord&hellip;</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&hellip;</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>

0 comments on commit 087e91d

Please sign in to comment.