From 44860b0fed33446d7d9f3b37205c539e81c9ec41 Mon Sep 17 00:00:00 2001 From: Nishant Jain <89480234+Nishantjain10@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:09:44 +0530 Subject: [PATCH 1/2] fix: correct broken link in documentation --- .../blog/post/adding-url-shortener-function/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blog/post/adding-url-shortener-function/+page.markdoc b/src/routes/blog/post/adding-url-shortener-function/+page.markdoc index 8a4f12bbdc..994dece82e 100644 --- a/src/routes/blog/post/adding-url-shortener-function/+page.markdoc +++ b/src/routes/blog/post/adding-url-shortener-function/+page.markdoc @@ -20,7 +20,7 @@ In this blog, we’ll learn to build a URL shortener using Appwrite Functions te You can find the source code on our [templates GitHub repository](https://github.com/appwrite/templates/tree/main/node/url-shortener). # Setting up the Template -To get started, you need to navigate to the functions page on the **[Appwrite](https://appwrite.io/cloud)** console. From there, we will select the **Templates** tab, search for and select the **URL Shortener** function template. +To get started, you need to navigate to the functions page on the **[Appwrite](https://cloud.appwrite.io/)** console. From there, we will select the **Templates** tab, search for and select the **URL Shortener** function template. ![Function template](/images/blog/adding-url-shortener/functions.png) From bd4deaf6632c133a5c6c45faa221f34fe06ac75d Mon Sep 17 00:00:00 2001 From: Nishant Jain <89480234+Nishantjain10@users.noreply.github.com> Date: Fri, 14 Feb 2025 15:10:48 +0530 Subject: [PATCH 2/2] fix: correct broken link in documentation --- .../+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc b/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc index 15a01be369..e85f6b7ca0 100644 --- a/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc +++ b/src/routes/blog/post/deploy-a-pdf-generation-service-with-appwrite-functions/+page.markdoc @@ -62,5 +62,5 @@ We’ve covered the basics, and now it’s your time to shine! With a few change For more information about Appwrite and Appwrite Functions: 1. **[Appwrite Function Docs](https://appwrite.io/docs/functions)**: These documents provide more information on how to use Appwrite Functions. -2. **[Appwrite Cloud](https://appwrite.io/cloud)**: Try our cloud service to get started quickly. +2. **[Appwrite Cloud](https://cloud.appwrite.io/)**: Try our cloud service to get started quickly. 3. **[Appwrite Discord](https://discord.com/invite/appwrite)**: Connect with other developers and the Appwrite team for discussion, questions, and collaboration.