From cd2f2900e8583f6a641e590de4c808298567b99b Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 13 Feb 2025 17:11:08 +0200 Subject: [PATCH] docs: fix link to troubleshooting (#11448) --- www/packages/docs-ui/src/components/MainNav/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/packages/docs-ui/src/components/MainNav/index.tsx b/www/packages/docs-ui/src/components/MainNav/index.tsx index 61f144e97a..1580e37e84 100644 --- a/www/packages/docs-ui/src/components/MainNav/index.tsx +++ b/www/packages/docs-ui/src/components/MainNav/index.tsx @@ -84,7 +84,7 @@ export const MainNav = ({ className, itemsClassName }: MainNavProps) => { { type: "link", title: "Troubleshooting", - link: "/resources/troubleshooting", + link: "https://docs.medusajs.com/resources/troubleshooting", }, { type: "link",