From 070875d7285a1978afa7ff759270da0455774aa7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 5 Jun 2024 15:22:39 +0200 Subject: [PATCH] fix: link to cloud --- .../blog/post/adding-url-shortener-function/+page.markdoc | 2 +- .../blog/post/announcing-appwrite-messaging/+page.markdoc | 2 +- .../+page.markdoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 186b726dfe..3038b417e9 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](/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) diff --git a/src/routes/blog/post/announcing-appwrite-messaging/+page.markdoc b/src/routes/blog/post/announcing-appwrite-messaging/+page.markdoc index 92ee551483..28422d7e21 100644 --- a/src/routes/blog/post/announcing-appwrite-messaging/+page.markdoc +++ b/src/routes/blog/post/announcing-appwrite-messaging/+page.markdoc @@ -1,6 +1,6 @@ --- layout: post -title: Announcing Messaging: Push, Email and SMS directly from your Appwrite backend +title: "Announcing Messaging: Push, Email and SMS directly from your Appwrite backend" description: Appwrite is excited to announce Messaging, a new product that simplifies user communication for developers. With Messaging, you can send emails, SMS, and push notifications through a unified API, all within your Appwrite project. date: 2024-02-26 cover: /images/blog/messaging-announcement.png 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 83e136bb65..1c0a0fd6bb 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](/docs/functions)**: These documents provide more information on how to use Appwrite Functions. -2. **[Appwrite Cloud](/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.