diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-24 02:32:12 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-24 02:32:57 -0500 |
| commit | 02a97dd883b6d5f5195677bec944cf660b55eda6 (patch) | |
| tree | 6adf9262f244d12eeb40f307ee3d08146c19160b | |
| parent | 1f3aec7ad838825d0b2eba1a6361417e9bada3df (diff) | |
use long form Discord link
https://discord.gg/grapheneos is a 301 redirect to
https://discord.com/invite/grapheneos so it makes sense to use the long
form to avoid a redirect.
| -rw-r--r-- | nginx/nginx.conf | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a8cebfdb..55a70d97 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -281,7 +281,7 @@ http { } location = "/discord" { - return 302 https://discord.gg/grapheneos; + return 302 https://discord.com/invite/grapheneos; } location = /404 { diff --git a/static/contact.html b/static/contact.html index 5b7b5995..0d9eb8cc 100644 --- a/static/contact.html +++ b/static/contact.html @@ -243,7 +243,7 @@ "https://cohost.org/GrapheneOS", "https://github.com/GrapheneOS", "https://reddit.com/u/GrapheneOS", - "https://discord.gg/grapheneos", + "https://discord.com/invite/grapheneos", "https://www.linkedin.com/company/grapheneos/", "https://www.facebook.com/GrapheneOS", "https://www.instagram.com/grapheneos/", |
