From 07f67c1b9dc2c315fea0a328457e38283ac7f01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6benreich?= <64426524+jonas-hoebenreich@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:02:43 +0100 Subject: [PATCH 1/2] fix footer docs link --- apps/formbricks-com/components/shared/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/formbricks-com/components/shared/Footer.tsx b/apps/formbricks-com/components/shared/Footer.tsx index cf6fb438aab..8d92c45b394 100644 --- a/apps/formbricks-com/components/shared/Footer.tsx +++ b/apps/formbricks-com/components/shared/Footer.tsx @@ -18,7 +18,7 @@ const navigation = { { name: "Community", href: "/community", status: true }, { name: "Pricing", href: "/pricing", status: true }, { name: "Blog", href: "/blog", status: true }, - { name: "Docs", href: "/blog", status: true }, + { name: "Docs", href: "/docs/introduction/what-is-formbricks", status: true }, ], legal: [ { name: "Imprint", href: "/imprint", status: true }, From fad74286b4fa2c31d4cd1f1a665d42a89619315e Mon Sep 17 00:00:00 2001 From: Matthias Nannt Date: Thu, 21 Mar 2024 14:09:56 +0100 Subject: [PATCH 2/2] simplify link --- apps/formbricks-com/components/shared/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/formbricks-com/components/shared/Footer.tsx b/apps/formbricks-com/components/shared/Footer.tsx index 8d92c45b394..0983f284728 100644 --- a/apps/formbricks-com/components/shared/Footer.tsx +++ b/apps/formbricks-com/components/shared/Footer.tsx @@ -18,7 +18,7 @@ const navigation = { { name: "Community", href: "/community", status: true }, { name: "Pricing", href: "/pricing", status: true }, { name: "Blog", href: "/blog", status: true }, - { name: "Docs", href: "/docs/introduction/what-is-formbricks", status: true }, + { name: "Docs", href: "/docs", status: true }, ], legal: [ { name: "Imprint", href: "/imprint", status: true },