Update support links to point to github

This commit is contained in:
Steven Nguyen
2023-09-26 08:54:15 -07:00
parent 54efd10c2e
commit 334dae2c24
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
</svelte:fragment>
</DropList>
<a
href="https://appwrite.io/support"
href="https://github.com/appwrite/appwrite/issues/new/choose"
target="_blank"
rel="noopener noreferrer"
class="button is-small is-text">
+2 -2
View File
@@ -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 <a
href="https://appwrite.io/support"
href="https://github.com/appwrite/appwrite/issues/new/choose"
target="_blank"
rel="noopener noreferrer">contact support</a
>.
@@ -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 <a
href="https://appwrite.io/support"
href="https://github.com/appwrite/appwrite/issues/new/choose"
target="_blank"
rel="noopener noreferrer">contact support</a
>.
+1 -1
View File
@@ -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'