Skip to content

Commit 7093e1e

Browse files
authored
fix: corrected path for cron in documentation (calcom#21274)
* path-fix * path-update2
1 parent ead42c1 commit 7093e1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/developing/local-development.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ yarn dx
123123

124124
There are a few features which require cron job setup. At cal.com, the cron jobs are found in the following directory:
125125
```bash
126-
/apps/web/pages/api/cron
126+
/apps/web/app/api/cron
127127
```
128128

129129

docs/self-hosting/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ For instance, if you are hosting on Vercel, you would need to set up cron jobs b
7676

7777
At cal.com, the cron jobs are found in the following directory:
7878
```
79-
/apps/web/pages/api/cron
79+
/apps/web/app/api/cron
8080
```
8181

8282

0 commit comments

Comments
 (0)