diff --git a/app/(protected)/dashboard/scrape/qrcode/page.tsx b/app/(protected)/dashboard/scrape/qrcode/page.tsx
index c75f25c..05869f3 100644
--- a/app/(protected)/dashboard/scrape/qrcode/page.tsx
+++ b/app/(protected)/dashboard/scrape/qrcode/page.tsx
@@ -21,7 +21,7 @@ export default async function DashboardPage() {
diff --git a/config/docs.ts b/config/docs.ts
index cdc27c1..825402e 100644
--- a/config/docs.ts
+++ b/config/docs.ts
@@ -74,7 +74,7 @@ export const docsConfig: DocsConfig = {
},
{
title: "Url to QR Code API",
- href: "/docs/open-api/qr-code",
+ href: "/docs/open-api/qrcode",
icon: "page",
},
],