fix dead quickstart links

This commit is contained in:
Matthias Nannt
2023-08-25 09:35:53 +02:00
parent 49f48cf7e0
commit ea3fb45e6e
3 changed files with 7 additions and 2 deletions
@@ -21,7 +21,7 @@ export const sections = [
Welcome to Formbricks, your go-to solution for in-product micro-surveys that will supercharge your product experience! 🚀 {{ className: 'lead' }}
<div className="not-prose mb-16 mt-6 flex gap-3">
<Button href="/docs/getting-started/quickstart" arrow="right" children="Quickstart" />
<Button href="/docs/getting-started/quickstart-in-app-survey" arrow="right" children="Quickstart" />
</div>
## Why Formbricks? 🤔
@@ -3,7 +3,7 @@ import { Heading } from "./Heading";
const gettingStarted = [
{
href: "/docs/getting-started/quickstart",
href: "/docs/getting-started/quickstart-in-app-survey",
name: "Quickstart",
description: "Get up and running with our cloud and JavaScript widget",
},
+5
View File
@@ -59,6 +59,11 @@ const nextConfig = {
destination: "/",
permanent: true,
},
{
source: "/docs/quickstart",
destination: "/docs/quickstart-in-app-survey",
permanent: true,
},
{
source: "/docs/getting-started/nextjs",
destination: "/docs/getting-started/nextjs-app",