Skip to content

Commit 2c384f1

Browse files
committed
fix: point GitHub integration 'Learn more' links to version-control docs
1 parent ffc5538 commit 2c384f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/components/git/connectGit.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Button
2424
compact
2525
external
26-
href="https://appwrite.io/docs/advanced/self-hosting/functions#git"
26+
href="https://appwrite.io/docs/advanced/self-hosting/configuration/version-control"
2727
>Learn more</Button>
2828
</div>
2929
</Layout.Stack>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<Button
8686
compact
8787
external
88-
href="https://appwrite.io/docs/advanced/self-hosting/functions#git"
88+
href="https://appwrite.io/docs/advanced/self-hosting/configuration/version-control"
8989
>Learn more</Button>
9090
</div>
9191
</Layout.Stack>

0 commit comments

Comments
 (0)