From 132fdfc7360ebf7adc53612d299b1b8c770b311f Mon Sep 17 00:00:00 2001 From: eikek <eike.kettner@posteo.de> Date: Sat, 9 Jul 2022 22:47:35 +0200 Subject: [PATCH] Fix dead link in docs --- website/site/content/docs/dev/adr/0012_periodic_tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/site/content/docs/dev/adr/0012_periodic_tasks.md b/website/site/content/docs/dev/adr/0012_periodic_tasks.md index e87d64e1..6ead5ecc 100644 --- a/website/site/content/docs/dev/adr/0012_periodic_tasks.md +++ b/website/site/content/docs/dev/adr/0012_periodic_tasks.md @@ -73,8 +73,8 @@ next 6 properties are needed to insert jobs into the `job` table. The "being worked on by a job executor". The `timer` is the schedule, which is a -[systemd-like](https://man.cx/systemd.time#heading7) calendar event -string. This is parsed by [this +[systemd-like](https://man7.org/linux/man-pages/man7/systemd.time.7.html#CALENDAR_EVENTS) +calendar event string. This is parsed by [this library](https://github.com/eikek/calev). The `nextrun` field will store the timestamp of the next time the task would need to be executed. This is needed to query this table for the newest task.