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'