mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-29 03:13:19 -05:00
fix dead quickstart links
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user