Skip to content

Commit

Permalink
Merge pull request #517 from appwrite/fix-function-doc-link
Browse files Browse the repository at this point in the history
Fix function doc link
  • Loading branch information
ArmanNik authored Aug 25, 2023
2 parents e7e2fa4 + 7ed2372 commit f390e0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@
<Heading size="7" tag="h3">Email templates</Heading>
<p class="text">
Use templates to send and process account management emails. <a
href="https://appwrite.io/docs"
href="https://appwrite.io/docs/email-and-sms-templates"
class="link">
Learn more about email templates.
</a>
<!-- TODO Docs link -->
</p>

<svelte:fragment slot="aside">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
class="link"
href="https://appwrite.io/docs/email-and-sms-templates">here</a
>.
<!-- TODO: add link to docs -->
</p>
<div class="u-margin-block-start-16 u-flex u-gap-8">
<slot />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@
you push to that repository, your function will be deployed.
</p>
<div class="alert-buttons u-flex u-margin-inline-start-auto">
<!-- TODO: add link to docs -->
<Button text href="#/" external>Learn more</Button>
<Button text href="https://appwrite.io/docs/functions-deploy#vcs" external>Learn more</Button>
<Button
href={`${base}/console/project-${$page.params.project}/functions/function-${$page.params.function}/settings`}>
Install Git
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@
<p>There are no repositories that match your search.</p>
</div>
<div class="u-flex u-gap-16 common-section u-main-center">
<!-- TODO: add link to docs -->
<Button external href="#/" text>Documentation</Button>
<Button external href="https://appwrite.io/docs/functions-deploy#vcs" text>Documentation</Button>
<Button secondary on:click={() => (search = '')}>Clear search</Button>
</div>
</div>
Expand All @@ -218,10 +217,9 @@
<div class="common-section">
<div class="u-text-center common-section">
<p class="text u-line-height-1-5">You have no repositories.</p>
<!-- TODO: add link to docs -->
<p class="text u-line-height-1-5">
Need a hand? Learn more in our <a
href="#/"
href="https://appwrite.io/docs/functions-deploy#vcs"
target="_blank"
rel="noopener noreferrer">
documentation</a
Expand Down

0 comments on commit f390e0c

Please sign in to comment.