Skip to content

Commit 03f5b0d

Browse files
authored
Merge pull request #2110 from DH-555/patch-1
Fix broken domain docs link
2 parents 8929d34 + 7bed87a commit 03f5b0d

File tree

2 files changed

+2
-2
lines changed
  • src/routes/(console)
    • organization-[organization]/domains
    • project-[region]-[project]/functions/function-[function]/domains

2 files changed

+2
-2
lines changed

src/routes/(console)/organization-[organization]/domains/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<svelte:fragment slot="actions">
197197
<Button
198198
external
199-
href="#/"
199+
href="https://appwrite.io/docs/products/network/dns"
200200
text
201201
event="empty_documentation"
202202
size="s"

src/routes/(console)/project-[region]-[project]/functions/function-[function]/domains/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<svelte:fragment slot="actions">
6565
<Button
6666
external
67-
href="#/"
67+
href="https://appwrite.io/docs/products/functions/domains"
6868
text
6969
event="empty_documentation"
7070
size="s"

0 commit comments

Comments
 (0)