diff --git a/docs/developing/local-development.mdx b/docs/developing/local-development.mdx index ceeb4a465e..08570051bb 100644 --- a/docs/developing/local-development.mdx +++ b/docs/developing/local-development.mdx @@ -123,7 +123,7 @@ yarn dx There are a few features which require cron job setup. At cal.com, the cron jobs are found in the following directory: ```bash -/apps/web/pages/api/cron +/apps/web/app/api/cron ``` diff --git a/docs/self-hosting/installation.mdx b/docs/self-hosting/installation.mdx index a1d483780c..09eb3e43e4 100644 --- a/docs/self-hosting/installation.mdx +++ b/docs/self-hosting/installation.mdx @@ -76,7 +76,7 @@ For instance, if you are hosting on Vercel, you would need to set up cron jobs b At cal.com, the cron jobs are found in the following directory: ``` -/apps/web/pages/api/cron +/apps/web/app/api/cron ```