Skip to content

Commit

Permalink
fix: link to cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Jun 5, 2024
1 parent 50d49e1 commit 070875d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 070875d

Please sign in to comment.