From c44977925fe7fc4501c4ea72f65ead63c7a6f1cd Mon Sep 17 00:00:00 2001 From: Michael H Date: Mon, 13 Jan 2025 00:29:44 +1100 Subject: [PATCH] lol --- apps/web/app/(docs)/docs/api/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(docs)/docs/api/page.tsx b/apps/web/app/(docs)/docs/api/page.tsx index 6e31126..45b1063 100644 --- a/apps/web/app/(docs)/docs/api/page.tsx +++ b/apps/web/app/(docs)/docs/api/page.tsx @@ -20,5 +20,5 @@ export const metadata = { export default function APIDocs() { // temp docs - redirect("https://github.com/RiskyMH/EmailThing/tree/main/app/api/v0#readme"); + redirect("https://github.com/RiskyMH/EmailThing/tree/main/apps/web/app/api/v0#readme"); }