diff --git a/apps/formbricks-com/components/shared/Footer.tsx b/apps/formbricks-com/components/shared/Footer.tsx index cf6fb438aab..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: "/blog", status: true }, + { name: "Docs", href: "/docs", status: true }, ], legal: [ { name: "Imprint", href: "/imprint", status: true },