From 7093e1e4c6ac1f618dc00fa4217c04efb72fbdce Mon Sep 17 00:00:00 2001 From: Farhan Javed <116582187+frhanjav@users.noreply.github.com> Date: Tue, 13 May 2025 21:32:40 +0530 Subject: [PATCH] fix: corrected path for cron in documentation (#21274) * path-fix * path-update2 --- docs/developing/local-development.mdx | 2 +- docs/self-hosting/installation.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```