From 319dd9b37eec960e2d4172999dbc933507f632b4 Mon Sep 17 00:00:00 2001 From: Allie Date: Sun, 14 Apr 2024 20:59:47 +0100 Subject: [PATCH] Fix Tauri link see also #1852 --- docs/product/resources/faq.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/resources/faq.mdx b/docs/product/resources/faq.mdx index 5560db047a12..8082cba72cf2 100644 --- a/docs/product/resources/faq.mdx +++ b/docs/product/resources/faq.mdx @@ -52,8 +52,8 @@ We will offer a range of optional services related to hosting, sharing and backi ## What is the stack? -We call it "PRRTT"; [Prisma](https://prisma.io), [Rust](https://rustlang.org), [React](https://reactjs.org), [TypeScript](https://typescriptlang.org) and [Tauri](https://tauri.studio). +We call it "PRRTT"; [Prisma](https://prisma.io), [Rust](https://rustlang.org), [React](https://reactjs.org), [TypeScript](https://typescriptlang.org) and [Tauri](https://tauri.app). ## Why Rust? -Rust is a powerful, fast, memory safe, cross-platform, low-level language and thanks to [Tauri](https://tauri.studio)—its the perfect tool to power a desktop application. +Rust is a powerful, fast, memory safe, cross-platform, low-level language and thanks to [Tauri](https://tauri.app)—its the perfect tool to power a desktop application.