From 29643807b55cc797675e0e4bd8cdc28c83f8458d Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Mon, 12 Aug 2024 02:42:28 -0500 Subject: [PATCH] schedule doc tweaks (#2179) --- docs/config/schedule.md | 2 +- docs/kometa/guides/scheduling.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/schedule.md b/docs/config/schedule.md index 315b6302..60fcee98 100644 --- a/docs/config/schedule.md +++ b/docs/config/schedule.md @@ -11,7 +11,7 @@ These schedules do not trigger Kometa to run; they control what Kometa will do i time. `weekly(sunday)`, for example, does not mean "run Kometa on Sunday to do this thing"; it means "If Kometa is running, and it's Sunday, do this thing". -If you want to control when Kometa itself runs, like if you want Kometa to only run on Tuesdays and Thursdays, see [this page](../kometa/scheduling.md). +If you want to control when Kometa itself runs, like if you want Kometa to only run on Tuesdays and Thursdays, see [this page](../kometa/guides/scheduling.md). The scheduling options are: diff --git a/docs/kometa/guides/scheduling.md b/docs/kometa/guides/scheduling.md index fc595648..24c47a18 100644 --- a/docs/kometa/guides/scheduling.md +++ b/docs/kometa/guides/scheduling.md @@ -17,7 +17,7 @@ Instead, it is recommended to set an automated scheduling service so that Kometa This page discusses how to set up this "When should Kometa run" level of schedule, and it leverages both the "modes" of running discussed above. -**You can also put schedule information in your config to control things like "process the Movie library only on Tuesdays" or the like. That level of scheduling is independent of when Kometa runs, and is discussed [here](../../config/schedule.md)** +**You can also put schedule information in your config to control things like "process the Movie library only on Tuesdays" or the like. That level of scheduling is configured independently from the "when Kometa runs" scheduling covered on this page, and is discussed [here](../../config/schedule.md)** IMPORTANT: Every time you see `/path/to` below, it's a placeholder for the path to that directory on *your* system.