Skip to content

Commit

Permalink
Merge pull request #37 from chuva-io/python-docs
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
nnascim authored Apr 1, 2024
2 parents 0d611d3 + 0094e21 commit 7b00186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cron-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mkdir -p less/crons/generate_daily_report
</Tabs>

## Set CRON Schedule
In order to set the CRON schedule you will need to configure them as [Environment Variables](/environment-variables). The name of the variable should be `CRON_` + the uppercase CRON folder name.
In order to set the CRON schedule you will need to configure them as [Environment Variables](/configuration#environment-variables). The name of the variable should be `CRON_` + the uppercase CRON folder name.

In the example of the `generate_daily_report` CRON the envoronment variable would be `CRON_GENERATE_DAILY_REPORT`:

Expand Down
2 changes: 1 addition & 1 deletion docs/topics_subscribers.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export MY_LESS_PROJECT=my_less_project
```
:::info Less Environment Variables Documentation
Read the [Less environment variables documentation](/environment-variables) to learn more.
Read the [Less environment variables documentation](/configuration#environment-variables) to learn more.
:::
Expand Down

0 comments on commit 7b00186

Please sign in to comment.