From ef9a309356668339de570b136801ae4c54de706d Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Wed, 4 Oct 2023 10:19:39 -0700 Subject: [PATCH] Update the support links to point to discord This will make things consistent with the website and help developers get help faster. --- src/lib/layout/header.svelte | 2 +- src/lib/pages/domains/wizard/retry.svelte | 4 ++-- src/routes/console/+layout.svelte | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/layout/header.svelte b/src/lib/layout/header.svelte index 5f3b24cbc6..6a45b3ebe9 100644 --- a/src/lib/layout/header.svelte +++ b/src/lib/layout/header.svelte @@ -95,7 +95,7 @@ diff --git a/src/lib/pages/domains/wizard/retry.svelte b/src/lib/pages/domains/wizard/retry.svelte index 17103834fc..220093b4d5 100644 --- a/src/lib/pages/domains/wizard/retry.svelte +++ b/src/lib/pages/domains/wizard/retry.svelte @@ -54,7 +54,7 @@ In order to continue, set the following record on your DNS provider. DNS records may take up to 48 hours to propagate. Please retry over the next 48 hours, but if verification still fails, please contact support. @@ -80,7 +80,7 @@ In order to continue, set the following record on your DNS provider. DNS records may take up to 48 hours to propagate. Please retry over the next 48 hours, but if verification still fails, please contact support. diff --git a/src/routes/console/+layout.svelte b/src/routes/console/+layout.svelte index 9a071d1125..bd16a8044a 100644 --- a/src/routes/console/+layout.svelte +++ b/src/routes/console/+layout.svelte @@ -90,7 +90,7 @@ { label: 'Contact support', callback: () => { - window.open('https://github.com/appwrite/appwrite/issues/new/choose', '_blank'); + window.open('https://appwrite.io/discord', '_blank'); }, group: 'help', icon: 'question-mark-circle'