diff --git a/src/lib/layout/header.svelte b/src/lib/layout/header.svelte index bbd045741..39915567e 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 33455ffce..17103834f 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 cb94ecde7..c07ca0a96 100644 --- a/src/routes/console/+layout.svelte +++ b/src/routes/console/+layout.svelte @@ -90,7 +90,7 @@ { label: 'Contact support', callback: () => { - window.open('https://appwrite.io/support', '_blank'); + window.open('https://github.com/appwrite/appwrite/issues/new/choose', '_blank'); }, group: 'help', icon: 'question-mark-circle'