From d2dd64f2c488cea92c14731091f6f668a9e7b969 Mon Sep 17 00:00:00 2001 From: Shantanu Gadgil Date: Fri, 15 Sep 2023 13:53:58 +0530 Subject: [PATCH] point to hashicorp's cronexpr (#18510) point to hashicorp's cronexpr --- website/content/docs/job-specification/periodic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/job-specification/periodic.mdx b/website/content/docs/job-specification/periodic.mdx index 67482d2c4..e8bf1cd52 100644 --- a/website/content/docs/job-specification/periodic.mdx +++ b/website/content/docs/job-specification/periodic.mdx @@ -42,7 +42,7 @@ consistent evaluation when Nomad spans multiple time zones. launched at. The job runs at the next earliest time that matches any of the expressions. Supports predefined expressions such as `@daily` and `@weekly`. Refer to [the - documentation](https://github.com/gorhill/cronexpr#implementation) for full + documentation](https://github.com/hashicorp/cronexpr#implementation) for full details about the supported cron specs and the predefined expressions. Conflicts with `cron`.